blob: 21a41551d40beb04658807ae4a0d07a505808711 [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 "d" is invalid on &lt;path></title>
<!-- ============================================================= -->
<!-- Batik sample mark -->
<!-- ============================================================= -->
<use xlink:href="./batikMark.svg#BatikTag" />
<!-- ============================================================= -->
<!-- Test content -->
<!-- ============================================================= -->
<g id="testContent">
<text x="225" y="40" class="title">
Error: attribute "d" is invalid on &lt;path>
</text>
<text x="225" y="240" class="legend">A &lt;path> element</text>
<text x="225" y="440" class="legend">An &lt;path> element with an invalid "d" attribute</text>
<path transform="translate(80 60)"
style="fill:none;stroke:#00C000;"
d="
M 250 130
C 185 130
150 80
150 80
S 115 25
50 25
m 0 105
c 65 0
100 -50
100 -50
s 35 -55
100 -55
"
/>
<path transform="translate(80 260)"
style="fill:none;stroke:#00C000;"
d="
M 250 130
C 185 130
150 80
150 80
S 115 25
50 25
m 0 105
c 65 0
100 -50
100 -50
X
s 35 -55
100 -55
"
/> </g>
</svg>