blob: 4f683addef3c4a6e37e06d67e6f1ab83aebd638c [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 2001 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 id="body" width="450" height="500" xml:space="preserve"
viewBox="0 0 450 500"
xmlns="http://www.w3.org/2000/svg" version="1.2"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:batik="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">
Color Switch Paint Server
</text>
<path d="M25,135 c50,-50 50,50 100,0 c50,-50 50,50 100,0
c50,-50 50,50 100,0c50,-50 50,50 100,0"
fill="none" stroke="black" stroke-width="10"/>
<path d="M25,275 c50,-50 50,50 100,0 c50,-50 50,50 100,0
c50,-50 50,50 100,0c50,-50 50,50 100,0"
fill="none" stroke="black" stroke-width="10"/>
<path d="M25,415 c50,-50 50,50 100,0 c50,-50 50,50 100,0
c50,-50 50,50 100,0c50,-50 50,50 100,0"
fill="none" stroke="black" stroke-width="10"/>
<switch>
<g requiredExtensions="http://xml.apache.org/batik/ext/colorSwitch/1.0"
fill="#0D0" stroke="#88F" stroke-width="2">
<batik:colorSwitch id="TransPurple">
<solidColor solid-color="red"
requiredExtensions="NonExistantExtension"/>
<solidColor solid-color="#FF00FF" solid-opacity=".5"/>
<linearGradient>
<stop offset="0" stop-color="#FF0000" stop-opacity="0.5"/>
</linearGradient>
</batik:colorSwitch>
<batik:colorSwitch id="SolidPurple">
<solidColor solid-color="#FF00FF"/>
<linearGradient>
<stop offset="0" stop-color="#FFFF00" />
</linearGradient>
</batik:colorSwitch>
<batik:colorSwitch id="orange">
<solidColor solid-color="orange" solid-opacity="1"
requiredExtensions="NonExistantExtension" />
<linearGradient y2="100%">
<stop offset=".1" stop-color="crimson" />
<stop offset=".5" stop-color="gold" stop-opacity="0.5"/>
<stop offset=".9" stop-color="crimson" />
</linearGradient>
</batik:colorSwitch>
<circle fill="url(#SolidPurple)" cx="85" cy="135" r="50"/>
<circle fill="url(#TransPurple)" cx="225" cy="135" r="50"/>
<circle fill="url(#orange)" cx="365" cy="135" r="50"/>
<g stroke-width="5" fill="none">
<circle stroke="url(#SolidPurple)" cx="85" cy="275" r="50"/>
<circle stroke="url(#TransPurple)" cx="225" cy="275" r="50"/>
<circle stroke="url(#orange)" cx="365" cy="275" r="50"/>
</g>
<circle fill="url(#SolidPurple)" fill-opacity="0.5"
cx="85" cy="415" r="50"/>
<circle fill="url(#TransPurple)" fill-opacity="0.5"
cx="225" cy="415" r="50"/>
<circle fill="url(#orange)" fill-opacity="0.5"
cx="365" cy="415" r="50"/>
</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>