Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
svg
/
stroke
/
stroke-linejoin-click-expected.html
blob: c64ccbfc22e8fe87f0b66f8ee2b43f896596241d [
file
] [
log
] [
blame
]
<style>
html
,
body
{
margin
:
0
;
padding
:
0
;
}
rect
{
fill
:
none
;
stroke-width
:
6
;
stroke-linejoin
:
round
;
stroke
:
green
;
width
:
100px
;
height
:
100px
;
}
</style>
<body>
<svg>
<rect
x
=
"30"
y
=
"30"
/>
</svg>
</body>