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