blob: 9cdbf87f30439f7476dae277558b93459a68ab4a (
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
|
<?xml version="1.0"?>
<shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
xmlns:svg="http://www.w3.org/2000/svg">
<name>Civil - Water Level</name>
<icon>water_level.xpm</icon>
<connections>
<point x="0" y="1" />
<point x="3" y="1" />
</connections>
<svg:svg>
<svg:polygon
style="stroke-width: 1; stroke: foreground; fill: background"
points="0.5,0 1.5,0 1,1 " />
<svg:line style="stroke-width: 1; stroke: foreground" x1="0" y1="1"
x2="2" y2="1" />
<svg:line style="stroke-width: 1; stroke: foreground" x1="0.6"
y1="1.3" x2="1.4" y2="1.3" />
<svg:line style="stroke-width: 1; stroke: foreground" x1="0.8"
y1="1.6" x2="1.2" y2="1.6" />
<svg:line style="stroke-width: 1; stroke: foreground" x1="0.9"
y1="2" x2="1.1" y2="2" />
</svg:svg>
</shape>
|