Skip to content

Commit b89df62

Browse files
committed
ImageProcessor: silhouette extension .svg → .png
Consumer modules ship new cameo-style raster silhouettes (PNG8, ~2 KB each). Update the URL builder accordingly so getSilhouetteUrl() and the silhouette branch of getHighlightImageUrl() produce reachable URLs.
1 parent 2e1a387 commit b89df62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Processor/ImageProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function getSilhouetteUrl(): string
104104
) {
105105
return $this->module->assetUrl(
106106
sprintf(
107-
'images/silhouette-%s.svg',
107+
'images/silhouette-%s.png',
108108
$this->individual->sex()
109109
)
110110
);

0 commit comments

Comments
 (0)