blob: 6e37c7b7b64ba3e82a20b714ef868f243dc868a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml">
<title><image> embedding SVG image with fractional viewBox</title>
<h:link rel="help" href="https://crbug.com/1123047"/>
<h:link rel="match" href="reference/green-rect-100x100.svg"/>
<rect width="100" height="100" fill="red"/>
<svg viewBox="0 0 200 150" width="100" height="100" preserveAspectRatio="none">
<image preserveAspectRatio="none" y="-150" width="200" height="300"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1683.78 1190.55'><rect width='1696' height='1199' fill='green'/></svg>"/>
</svg>
</svg>
|