Skip to content

Fix Images sized with Percentage

Choose a tag to compare

@swhitty swhitty released this 06 Mar 06:41
f8dc874

SVG images that have a size in % unit failed to size correctly.

<svg width="100%" height="100%" viewBox="0 0 500 500">

Width should be 500px not 100px.