Sign in
webkit
/
WebKit
/
8c551616acce2c42251182c7abaffe8c5bfc0fe5
/
.
/
LayoutTests
/
transforms
/
2d
/
rotate-and-transform-attribute-in-svg.svg
blob: 6b20c0751b85742cb67e61ec8b8b092307bcac76 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"800"
height
=
"600"
>
<rect
width
=
"100"
height
=
"100"
fill
=
"black"
transform
=
"scale(2)"
style
=
"
transform
:
translate
(
200px
);
rotate
:
30deg
"
/>
</svg>