mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
0f580ba819
--HG-- rename : layout/reftests/svg/as-image/squaredCircle-viewBox-100x100.svg => layout/reftests/svg/as-image/squaredCircle-100x100.svg rename : layout/reftests/svg/as-image/squaredCircle-viewBox-100x100.svg => layout/reftests/svg/as-image/squaredCircle-100x50.svg
10 lines
370 B
HTML
10 lines
370 B
HTML
<html>
|
|
<body>
|
|
<!-- This image scales uniformly, preserving its aspect ratio, to be
|
|
600x600. Though the SVG content doesn't have a viewBox, we behave as if
|
|
it did when it's used as an image, since it has non-percent-valued
|
|
height and width attributes on the root svg node. -->
|
|
<img src="squaredCircle-100x100.svg" width="600px">
|
|
</body>
|
|
</html>
|