지붕재 추가

This commit is contained in:
hyojun.choi 2024-07-08 17:29:08 +09:00
parent a16e4cccba
commit 2963b26d65
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

View File

@ -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(),