blob: a7e521c6ced1d8ef66fbfb04b752a16a634074cb [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">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You 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="../../resources/style/test.css" ?>
<svg id="body" width="450" height="500" viewBox="0 0 450 500"
xmlns="http://www.w3.org/2000/svg" version="1.2"
xmlns:xlink="http://www.w3.org/1999/xlink" >
<title>Solid Color Test (Xlink></title>
<!-- ============================================================= -->
<!-- Test content -->
<!-- ============================================================= -->
<defs>
<path d="M0,0 c50,-50 50,50 100,0 s50,50 100,0
s50,50 100,0 s50,50 100,0"
id="squiggle" fill="none" stroke="black" stroke-width="10"/>
</defs>
<g id="testContent" class="legend" style="text-anchor:middle">
<text x="225" y="40" class="title">
Solid Color Paint Server (Xlink)
</text>
<use x="25" y="135" xlink:href="#squiggle"/>
<use x="25" y="275" xlink:href="#squiggle"/>
<use x="25" y="415" xlink:href="#squiggle"/>
<g fill="#0D0" stroke="#88F" stroke-width="2">
<solidColor id="SolidPurple" solid-color="#FF00FF" />
<solidColor id="TransPurple" xlink:href="#SolidPurple"
solid-opacity=".5"/>
<solidColor id="SolidOrange" xlink:href="#SolidPurple"
solid-color="orange"/>
<circle fill="url(#SolidPurple)" cx="85" cy="135" r="50"/>
<circle fill="url(#TransPurple)" cx="225" cy="135" r="50"/>
<circle fill="url(#SolidOrange)" 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(#SolidOrange)" 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(#SolidOrange)" fill-opacity="0.5"
cx="365" cy="415" r="50"/>
</g>
</g>
<!-- ============================================================= -->
<!-- Batik sample mark -->
<!-- ============================================================= -->
<use xlink:href="../../../batikLogo.svg#Batik_Tag_Box" />
</svg>