Sign in
webkit
/
WebKit
/
42e436ee6bc216d7629fae788ed2a4a4b27cff54
/
.
/
LayoutTests
/
fast
/
borders
/
resources
/
svg-border-100x100-relative.svg
blob: 4ed165e7007d5d5610d88f48d191f3c14fb04b20 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
version
=
"1.1"
>
<rect
width
=
"100%"
height
=
"100%"
fill
=
"lime"
/>
<rect
x
=
"10%"
y
=
"10%"
width
=
"80%"
height
=
"80%"
fill
=
"none"
stroke
=
"black"
stroke-width
=
"4%"
/>
</svg>