blob: 9c5e0c6acbc73e19bc6b42fc60e07b2d9ac0d7ac [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 Veillard14fff061999-06-22 21:49:07 +000015<!-- the path data goes here --> </symbol>
Daniel Veillard011b63c1999-06-02 17:44:04 +000016 <symbol id="hub">
17 <desc>black anodised low torsion hub</desc>
Daniel Veillard14fff061999-06-22 21:49:07 +000018<!--the path data goes here --> </symbol>
Daniel Veillard011b63c1999-06-02 17:44:04 +000019 <symbol id="rim">
20 <desc>twin wall, eyeletted rim</desc>
Daniel Veillard14fff061999-06-22 21:49:07 +000021<!-- the path data goes here--> </symbol>
Daniel Veillard011b63c1999-06-02 17:44:04 +000022 <symbol id="cogs">
23 <desc>8 speed, wide ratio gearing</desc>
Daniel Veillard14fff061999-06-22 21:49:07 +000024<!--the path data goes here --> </symbol>
Daniel Veillard011b63c1999-06-02 17:44:04 +000025 <symbol id="lacing">
26 <desc>double cross lacing of 32 spokes</desc>
27 </symbol>
28 </defs>
Daniel Veillard14fff061999-06-22 21:49:07 +000029<!-- the overall bike drawing goes here --> <g id="frontwheel">
Daniel Veillard011b63c1999-06-02 17:44:04 +000030 <title>Front wheel</title>
31 <desc>The front wheel provides grip, steering and some shock absorption</desc>
32 <use href="id(lacing)" style="rotation: 20deg; fillcolor: black"/>
33 </g>
34 <g id="backwheel"/>
Daniel Veillard14fff061999-06-22 21:49:07 +000035 <g id="frame">
36<!-- and so on --> </g>
Daniel Veillard011b63c1999-06-02 17:44:04 +000037 </g>
38</svg>