blob: 410869da0277e3c1946aa8d78645fce266080c8d [file] [log] [blame]
Daniel Veillard011b63c1999-06-02 17:44:04 +00001<?xml version="1.0"?>
2<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG April 1999//EN" "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
3<svg width="4in" height="3in">
4 <title>Kona Lavadome mountain bike
5 </title>
6 <desc>This picture shows a mountain bike, a human-propelled,
7 multi-terrain vehicle. While it can be succesfully used on moorland,
8 forest, roads, and large hills it is not actually suitable for going
9 up mountains.
10 </desc>
11 <g id="bike">
12 <defs>
13 <symbol id="spoke">
14 <desc>14/12 gauge double butted spoke</desc>
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015<!-- the path data goes here -->
16 </symbol>
Daniel Veillard011b63c1999-06-02 17:44:04 +000017 <symbol id="hub">
18 <desc>black anodised low torsion hub</desc>
Daniel Veillard7d2c2761999-10-11 15:09:51 +000019<!--the path data goes here -->
20 </symbol>
Daniel Veillard011b63c1999-06-02 17:44:04 +000021 <symbol id="rim">
22 <desc>twin wall, eyeletted rim</desc>
Daniel Veillard7d2c2761999-10-11 15:09:51 +000023<!-- the path data goes here-->
24 </symbol>
Daniel Veillard011b63c1999-06-02 17:44:04 +000025 <symbol id="cogs">
26 <desc>8 speed, wide ratio gearing</desc>
Daniel Veillard7d2c2761999-10-11 15:09:51 +000027<!--the path data goes here -->
28 </symbol>
Daniel Veillard011b63c1999-06-02 17:44:04 +000029 <symbol id="lacing">
30 <desc>double cross lacing of 32 spokes</desc>
31 </symbol>
32 </defs>
Daniel Veillard7d2c2761999-10-11 15:09:51 +000033<!-- the overall bike drawing goes here -->
34 <g id="frontwheel">
Daniel Veillard011b63c1999-06-02 17:44:04 +000035 <title>Front wheel</title>
36 <desc>The front wheel provides grip, steering and some shock absorption</desc>
37 <use href="id(lacing)" style="rotation: 20deg; fillcolor: black"/>
38 </g>
39 <g id="backwheel"/>
Daniel Veillard14fff061999-06-22 21:49:07 +000040 <g id="frame">
Daniel Veillard7d2c2761999-10-11 15:09:51 +000041<!-- and so on -->
42 </g>
Daniel Veillard011b63c1999-06-02 17:44:04 +000043 </g>
44</svg>