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