UML class fix bigtime.
[dia.git] / shapes / Assorted / triangle-rightangle.shape
blob03bed6d3c73e494f7b2204754732024e643ab07c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
3 <!-- Author: Alan Horkan, 2002, mailto:horkana@tcd.ie -->
4 <name>Geometric - Right Angle Triangle</name>
5 <icon>triangle-rightangle.png</icon>
6 <connections>
8 <point x="0" y="0"/>
9 <point x="0" y="1"/>
10 <point x="0" y="2"/>
11 <point x="1" y="1"/>
12 <point x="1" y="2"/>
13 <point x="2" y="2"/>
15 <point x="0.666666666666667" y="1.33333333333333" main="yes"/>
16 </connections>
17 <aspectratio type="free"/>
18 <svg:svg>
19 <svg:polygon style="fill: background" points="0,2 2,2 0,0 "/>
20 <svg:polygon style="stroke-width: 0.1; stroke: foreground" points="0,2 2,2 0,0 "/>
21 </svg:svg>
22 </shape>