fix: restore germany-outline to PNG to fix canvas transparency parsing

This commit is contained in:
2026-07-26 10:46:05 +02:00
parent 7d1cfdc44e
commit 09a83f4f95
3 changed files with 1 additions and 1 deletions
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'
}) })
} }