Sign in
webkit
/
WebKit
/
53593e9541a2df2f62253c48cfc36324561ef5c4
/
.
/
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>