blob: e53e4e3ada6be98bc905017734474c48bd05f022 [file] [log] [blame]
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!--
Copyright 1999-2003,2005 The Apache Software Foundation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- ====================================================================== -->
<!-- regularPoly extension tag test -->
<!-- -->
<!-- @author Thomas.DeWeese@Kodak.com -->
<!-- @version $Id$ -->
<!-- ====================================================================== -->
<?xml-stylesheet type="text/css" href="extension.css" ?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="body" width="450" height="500" xml:space="preserve"
viewBox="0 0 450 500"
xmlns:batikExt="http://xml.apache.org/batik/ext">
<title>Star Extension Tag</title>
<!-- ============================================================= -->
<!-- Test content -->
<!-- ============================================================= -->
<g id="testContent" class="legend" style="text-anchor:middle">
<text x="225" y="40" class="title">
Star Extension Tag
</text>
<switch>
<g requiredExtensions="http://xml.apache.org/batik/ext/star/1.0"
fill="#0D0" stroke="#88F" stroke-width="2">
<batikExt:star cx="85" cy="135" r="50" ir="30" sides="3"/>
<batikExt:star cx="225" cy="135" r="50" ir="30" sides="4"/>
<batikExt:star cx="365" cy="135" r="50" ir="30" sides="5"/>
<batikExt:star cx="85" cy="275" r="50" ir="30" sides="6"/>
<batikExt:star cx="225" cy="275" r="50" ir="30" sides="7"/>
<batikExt:star cx="365" cy="275" r="50" ir="30" sides="8"/>
<batikExt:star cx="85" cy="415" r="50" ir="30" sides="9"/>
<batikExt:star cx="225" cy="415" r="50" ir="30" sides="10"/>
<batikExt:star cx="365" cy="415" r="50" ir="30" sides="11"/>
</g>
<g fill="red">
<circle cx="85" cy="135" r="50"/>
<circle cx="225" cy="135" r="50"/>
<circle cx="365" cy="135" r="50"/>
<circle cx="85" cy="275" r="50"/>
<circle cx="225" cy="275" r="50"/>
<circle cx="365" cy="275" r="50"/>
<circle cx="85" cy="415" r="50"/>
<circle cx="225" cy="415" r="50"/>
<circle cx="365" cy="415" r="50"/>
</g>
</switch>
</g>
<!-- ============================================================= -->
<!-- Batik sample mark -->
<!-- ============================================================= -->
<use xlink:href="../batikLogo.svg#Batik_Tag_Box" />
</svg>