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
@@ -181,7 +181,7 @@ function sampleGermany(size) {
resolve(points)
}
img.onerror = () => { console.error('[DotCloudIcon] Failed to load germany image'); resolve([]) }
img.src = '/images/germany-outline.webp'
img.src = '/images/germany-outline.png'
})
}