Sign in
webkit
/
WebKit
/
a231b9c05f00391ba283ff877aa3287c882082d0
/
.
/
LayoutTests
/
svg
/
paint-order
/
paint-order-markers-expected.svg
blob: bae14bf2d6b20022244ff9f54dcb379b65516a38 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
width
=
"100"
height
=
"100"
fill
=
"yellow"
/>
<rect
x
=
"50"
y
=
"50"
width
=
"100"
height
=
"100"
fill
=
"blue"
/>
<rect
x
=
"50"
y
=
"50"
width
=
"100"
height
=
"100"
fill
=
"none"
stroke
=
"green"
stroke-width
=
"20"
/>
</svg>