source: proiecte/swift/trunk/lib/hoard-371/doc/skin/images/poddoc.svg.xslt @ 176

Last change on this file since 176 was 176, checked in by (none), 14 years ago
  • imported repo from "guagal"
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!--
3  Copyright 2002-2004 The Apache Software Foundation
4
5  Licensed under the Apache License, Version 2.0 (the "License");
6  you may not use this file except in compliance with the License.
7  You may obtain a copy of the License at
8
9      http://www.apache.org/licenses/LICENSE-2.0
10
11  Unless required by applicable law or agreed to in writing, software
12  distributed under the License is distributed on an "AS IS" BASIS,
13  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  See the License for the specific language governing permissions and
15  limitations under the License.
16-->
17<svg width="20pt" height="20pt"
18   xmlns="http://www.w3.org/2000/svg"
19   xmlns:xlink="http://www.w3.org/1999/xlink">
20  <defs
21     id="defs550">
22    <linearGradient id="gray2white">
23      <stop style="stop-color:#7f7f7f;stop-opacity:1;" offset="0.000000"/>
24      <stop style="stop-color:#ffffff;stop-opacity:1;" offset="1.000000"/>
25    </linearGradient>
26    <linearGradient id="pageshade" xlink:href="#gray2white"
27       x1="0.95" y1="0.95"
28       x2="0.40" y2="0.20"
29       gradientUnits="objectBoundingBox" spreadMethod="pad" />
30    <path d="M 0 0 L 200 0" style="stroke:#000000;stroke-width:1pt;" id="hr"/>
31  </defs>
32
33  <g transform="scale(0.08)">
34    <g transform="translate(40, 0)">
35      <rect width="230" height="300" x="0" y="0"
36            style="fill:url(#pageshade);fill-rule:evenodd;
37            stroke:#000000;stroke-width:1.25;"/>
38
39      <g transform="translate(15, 60)">
40        <use xlink:href="#hr" x="0" y="0"/>
41        <use xlink:href="#hr" x="0" y="60"/>
42        <use xlink:href="#hr" x="0" y="120"/>
43        <use xlink:href="#hr" x="0" y="180"/>
44      </g>
45    </g>
46
47    <g transform="translate(0,70),scale(1.1,1.6)">
48      <rect width="200" height="100" x="0" y="0"
49         style="fill:#ff0000;fill-rule:evenodd;
50                stroke:#000000;stroke-width:2.33903;"/>
51      <text x="20" y="75"
52            style="stroke:#ffffff;stroke-width:1.0;
53                   font-size:72;font-weight:normal;fill:#ffffff;
54                   font-family:Arial;text-anchor:start;">POD</text>
55    </g>
56  </g>
57</svg>
Note: See TracBrowser for help on using the repository browser.