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