Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
svg
/
paint-order
/
paint-order-text-tspan-002.svg
blob: 36c312b71a349a9bf0e78ac313931bcc55b5fba1 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<text
stroke
=
"green"
stroke-width
=
"3"
fill
=
"blue"
x
=
"20"
y
=
"100"
font-size
=
"36"
font-weight
=
"bold"
paint-order
=
"stroke"
>
paint-
<tspan
paint-order
=
"fill"
>
order
</tspan></text>
</svg>