Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
svg
/
custom
/
polyline-invalid-points.svg
blob: 825025eb1bdc626faee936b89674ef819287c660 [
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
=
"red"
/>
<polyline
fill
=
"green"
points
=
"0, 0 100,0 100, 100 0, 100 INF INF"
/>
</svg>