mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
4a7a8b4937
--HG-- rename : layout/reftests/svg/image/blueRect10x10-viewBox.svg => layout/reftests/svg/image/blueRect10x10-viewBox-animPAR.svg rename : layout/reftests/svg/image/image-preserveAspectRatio-02-ref.svg => layout/reftests/svg/image/image-preserveAspectRatio-03-ref.svg rename : layout/reftests/svg/image/image-preserveAspectRatio-02-svg.svg => layout/reftests/svg/image/image-preserveAspectRatio-03.svg rename : layout/reftests/svg/image/image-preserveAspectRatio-02-ref.svg => layout/reftests/svg/image/image-preserveAspectRatio-04-ref.svg rename : layout/reftests/svg/image/image-preserveAspectRatio-02-svg.svg => layout/reftests/svg/image/image-preserveAspectRatio-04.svg
25 lines
880 B
HTML
25 lines
880 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
img { position: absolute; }
|
|
</style>
|
|
</head>
|
|
<body style="margin: 0">
|
|
<!-- Use the base images "a" and "b" first -->
|
|
<img src="img-and-image-1-helper-a.svg"
|
|
style="left: 0; top: 0; width: 60px; height: 20px">
|
|
<img src="img-and-image-1-helper-b.svg"
|
|
style="left: 150px; top: 0; width: 60px; height: 20px">
|
|
|
|
<!-- Now, use an SVG image "c", which itself uses both base images. -->
|
|
<img src="img-and-image-1-helper-c.svg"
|
|
style="left: 0; top: 50px; width: 300px; height: 200px">
|
|
|
|
<!-- And finally, use "a" and "b" again, but now with a different size. -->
|
|
<img src="img-and-image-1-helper-a.svg"
|
|
style="left: 0; top: 250px; width: 30px; height: 50px">
|
|
<img src="img-and-image-1-helper-b.svg"
|
|
style="left: 150px; top: 250px; width: 30px; height: 50px">
|
|
</body>
|
|
</html>
|