fix: restore germany-outline to PNG to fix canvas transparency parsing
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 210 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 77 KiB |
@@ -181,7 +181,7 @@ function sampleGermany(size) {
|
|||||||
resolve(points)
|
resolve(points)
|
||||||
}
|
}
|
||||||
img.onerror = () => { console.error('[DotCloudIcon] Failed to load germany image'); resolve([]) }
|
img.onerror = () => { console.error('[DotCloudIcon] Failed to load germany image'); resolve([]) }
|
||||||
img.src = '/images/germany-outline.webp'
|
img.src = '/images/germany-outline.png'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user