-
This is probably one of those, "If you need to ask, you not gonna understand the answer" type questions, but what spec is the existing SVG?
Just conform to the file:
https://lfgss.microcosm.app/api/v1/files/0266d45a0ac7c081b59c9a0213a13a9f0cada494.svgThat is: the .svg viewBox is 696px wide, by 258px high, and the aspect ratio is maintained, and the image fully fills the space.
We're using .svg as it's extremely cacheable, small, and will display sharply when rendered very small on a mobile, and large on a desktop browser.
OOoo.
"Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation."
Sounds like a fun challenge.
This is probably one of those, "If you need to ask, you not gonna understand the answer" type questions, but what spec is the existing SVG?