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