Sign in
webkit
/
WebKit
/
5357a067b575eb5a07548594631025cdc8ae374e
/
.
/
LayoutTests
/
svg
/
masking
/
mask-transformed-text-missing-expected.svg
blob: 83306d95dabebd485669bedc947948211477be7e [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:xlink
=
"http://www.w3.org/1999/xlink"
width
=
"100px"
height
=
"100px"
>
<text
fill
=
"#000"
font-family
=
"Ahem"
font-size
=
"12px"
transform
=
"rotate(90 50 50)"
x
=
"50"
y
=
"50"
>
foobar
</text>
</svg>