Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/svg/embedded/image-fractional-width-vertical-fidelity.svg
<title>Vertical fidelity of &#x3c;image&#x3e; element with fractional width</title>
<h:link rel="match" href="reference/green-rect-100x100.svg"/>
<rect x="95" width="5" height="100" fill="green"/>
<rect width="95" height="100" fill="red"/>
<g clip-path="url(#c)">
<clipPath id="c">
<rect width="95" height="100"/>
</clipPath>
<image href="data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMinYMin'%3e
%3crect width='100' height='100' fill='green'/%3e%3c/svg%3e"
width="101.2" height="100"/>
</g>
</svg>