Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
svg
/
custom
/
transform-scale-parse.svg
blob: 1db4f380cca809d60df45469b761605ae8d5d1f2 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
?>
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
x
=
"10"
y
=
"10"
width
=
"100"
height
=
"100"
fill
=
"red"
/>
<rect
x
=
"0"
y
=
"0"
width
=
"50"
height
=
"50"
fill
=
"green"
transform
=
"translate(10,10), scale(2)"
/>
</svg>