Sign in
webkit
/
WebKit
/
9765eaae75bc2c2ccc4b2468231acc50588e5d25
/
.
/
LayoutTests
/
svg
/
custom
/
polyline-invalid-points.svg
blob: 6567d3dfdd75f93b4c0b20d7b966a7bea40b410e [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
x
=
"0"
y
=
"0"
width
=
"100"
height
=
"100"
fill
=
"green"
/>
<polyline
fill
=
"none"
stroke
=
"red"
stroke-width
=
"100"
points
=
"50,0 50, 100,INF INF"
/>
</svg>