blob: 5d38874a561073f5c7af0e531b071f0a050afa31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<tqshape xmlns="http://www.daa.com.au/~james/dia-tqshape-ns" xmlns:svg="http://www.w3.org/2000/svg">
<!-- Author: Alan Horkan, 2002, mailto:horkana@tcd.ie -->
<name>Geometric - Right Angle Triangle</name>
<icon>triangle-rightangle.png</icon>
<connections>
<point x="0" y="0"/>
<point x="0" y="1"/>
<point x="0" y="2"/>
<point x="1" y="1"/>
<point x="1" y="2"/>
<point x="2" y="2"/>
</connections>
<aspectratio type="free"/>
<svg:svg>
<svg:polygon style="fill: #ffffff" points="0,2 2,2 0,0 "/>
<svg:polygon style="stroke-width: 0.1; stroke: #000000" points="0,2 2,2 0,0 "/>
</svg:svg>
</tqshape>
|