Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
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>