blob: dad1570af015b47d157ddc03f7477752c4d182c2 [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.
-->
<!-- ========================================================================= -->
<!-- Alternate stylesheets -->
<!-- -->
<!-- @author tkormann@ilog.fr -->
<!-- @version $Id$ -->
<!-- ========================================================================= -->
<?xml-stylesheet type="text/css" href="../../resources/style/test.css" ?>
<?xml-stylesheet type="text/css" href="../../resources/style/cssMediaList.css" ?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="450" height="500" viewBox="0 0 450 500">
<title>CSS Media</title>
<!-- ============================================================= -->
<!-- Test content -->
<!-- ============================================================= -->
<g id="testContent">
<text x="225" y="50" class="title">CSS Media 2</text>
<text x="20" y="80" style="font-size:12; text-anchor:start">
<tspan>Show which CSS media is taken into account</tspan>
<tspan x="20" dy="14">Choose your media using the 'Edit=>Preference' menu item.</tspan>
</text>
<defs>
<polyline id="check" points="-5 -5 0 0 5 -10" style="stroke:crimson; fill:none; stroke-width:2;" />
</defs>
<g transform="translate(150 140)" style="stroke:black; fill:none">
<rect x="0" y="0" width="150" height="20" />
<rect x="0" y="20" width="150" height="20" />
<rect x="0" y="40" width="150" height="20" />
<rect x="0" y="60" width="150" height="20" />
<rect x="0" y="80" width="150" height="20" />
<rect x="0" y="100" width="150" height="20" />
<rect x="0" y="120" width="150" height="20" />
<rect x="0" y="140" width="150" height="20" />
<rect x="0" y="160" width="150" height="20" />
<rect x="0" y="180" width="150" height="20" />
<line x1="100" y1="0" x2="100" y2="200" />
<g style="font-size:12; text-anchor:start; stroke:none; fill:black">
<text x="10" y="14" >all</text>
<text x="10" y="34" >aural</text>
<text x="10" y="54" >braille</text>
<text x="10" y="74" >embossed</text>
<text x="10" y="94" >handheld</text>
<text x="10" y="114" >print</text>
<text x="10" y="134" >projection</text>
<text x="10" y="154" >screen</text>
<text x="10" y="174" >tty</text>
<text x="10" y="194" >tv</text>
</g>
<g style="visibility: hidden">
<use xlink:href="#check" x="125" y="15" class="all" />
<use xlink:href="#check" x="125" y="35" class="aural" />
<use xlink:href="#check" x="125" y="55" class="braille" />
<use xlink:href="#check" x="125" y="75" class="embossed" />
<use xlink:href="#check" x="125" y="95" class="handheld" />
<use xlink:href="#check" x="125" y="115" class="print" />
<use xlink:href="#check" x="125" y="135" class="projection" />
<use xlink:href="#check" x="125" y="155" class="screen" />
<use xlink:href="#check" x="125" y="175" class="tty" />
<use xlink:href="#check" x="125" y="195" class="tv" />
</g>
</g>
</g>
<!-- ============================================================= -->
<!-- Batik sample mark -->
<!-- ============================================================= -->
<use xlink:href="../../../batikLogo.svg#Batik_Tag_Box" />
</svg>