summaryrefslogtreecommitdiff
path: root/eu.planete_kraus.Disfluid.svg
blob: 9b31a80e136c6551e29069b631e72a9e2be83bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<svg
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   width="256"
   height="256"
   version="1.0"
   viewBox="0 0 128 128">
  <title>Disfluid</title>
  <g>
    <rect id="water-top" x="20" y="20" width="88" height="66" fill="#3584e4" />
    <polygon id="water-side" points="20,86 108,86 108,106" fill="#1a5fb4" />
    <polygon id="bedrock" points="20,86 108,106 20,106" fill="#63452c" />
    
    <polygon id="sail-big-shade"
             points="90,10 100,30 90,50 60,60 70,40 60,20"
             stroke="black"
             stroke-width="4px"
             fill="none" />
    <polygon id="ship-big-shade"
             points="40,26 60,26 60,38.5 90,38.5 116,51 85,76 40,76"
             stroke="black"
             stroke-width="4px"
             fill="none" />

    <polygon id="ship-side" points="40,51 60,51 60,63.5 40,63.5" fill="#986a44" />
    <polygon id="ship-hull-side" points="40,63.5 90,63.5 85,76 40,76" fill="#865e3c" />
    <polygon id="ship-hidden-hull" points="85,76 116,51 90,63.5" fill="#63452c" />
    <polygon id="ship-floor" points="60,38.5 60,63.5 90,63.5 116,51 90,38.5" fill="#b5835a" />
    <polygon id="ship-top" points="40,26 60,26 60,51 40,51" fill="#b5835a" />
    <g id="ship-shade" stroke="black" fill="none">
      <polyline points="60,26 60,51 40,51" />
      <polyline points="60,51 60,63.5 90,63.5 116,51" />
    </g>
    
    <polygon id="sail-top" points="90,10 100,30 70,40 60,20" fill="#deddda" />
    <polygon id="sail-bottom" points="100,30 90,50 60,60 70,40" fill="#9a9996" />
    <polygon id="sail-shade" points="90,10 100,30 90,50 60,60 70,40 60,20" stroke="black" fill="none" />
  </g>
</svg>