blob: 74bf7e72042a420de480061fb54382e632052738 [file] [log] [blame]
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000802//EN"
"http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd">
<!-- ========================================================================= -->
<!-- Copyright (C) The Apache Software Foundation. All rights reserved. -->
<!-- -->
<!-- This software is published under the terms of the Apache Software License -->
<!-- version 1.1, a copy of which has been included with this distribution in -->
<!-- the LICENSE file. -->
<!-- ========================================================================= -->
<!-- ========================================================================= -->
<!-- Error on rect -->
<!-- -->
<!-- @author tkormann@apache.org -->
<!-- @version $Id$ -->
<!-- ========================================================================= -->
<?xml-stylesheet type="text/css" href="test.css" ?>
<svg id="body" width="450" height="500" viewBox="0 0 450 500">
<title>Error: attribute "points" is invalid on &lt;polyline></title>
<!-- ============================================================= -->
<!-- Batik sample mark -->
<!-- ============================================================= -->
<use xlink:href="./batikMark.svg#BatikTag" />
<!-- ============================================================= -->
<!-- Test content -->
<!-- ============================================================= -->
<g id="testContent">
<text x="225" y="40" class="title">
Error: attribute "points" is invalid on &lt;polyline>
</text>
<text x="225" y="240" class="legend">A green &lt;polyline> element</text>
<text x="225" y="400" class="legend">A red &lt;polyline> element with an invalid "points" attribute</text>
<polyline transform="translate(0 30)" style="fill:none; stroke:green; stroke-width:8"
points="220,80,267,114,249,170,190,170,172,114" />
<polyline transform="translate(0 190)" style="fill:none; stroke:red; stroke-width:8"
points="220,80,267,114,249,170,190,170,172,12.2.2" />
</g>
</svg>