Sign in
webkit
/
WebKit
/
fe3f8a9f58c921838bd3a920db5f85be838171cd
/
.
/
LayoutTests
/
svg
/
custom
/
small-rect-scale.svg
blob: 017f59a6e2e280a61d1e8ee0d6d94216fbf9457c [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
width
=
"100"
height
=
"100"
fill
=
"red"
/>
<rect
width
=
"0.1"
height
=
"0.1"
transform
=
"scale(1000)"
opacity
=
".99"
fill
=
"green"
/>
</svg>