diff --git a/public/assets/img/check2.png b/public/assets/img/check2.png new file mode 100644 index 00000000..6abee7b1 Binary files /dev/null and b/public/assets/img/check2.png differ diff --git a/src/components/Roof2.jsx b/src/components/Roof2.jsx index 54216362..141db8de 100644 --- a/src/components/Roof2.jsx +++ b/src/components/Roof2.jsx @@ -184,7 +184,7 @@ export default function Roof2() { } const addBackgroundInPolygon = (polygon) => { - fabric.Image.fromURL('assets/img/check.jpg', function (img) { + fabric.Image.fromURL('assets/img/check2.png', function (img) { // 패턴 객체를 생성합니다. const pattern = new fabric.Pattern({ source: img.getElement(),