home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 February / PCpro_2005_02.ISO / files / opensource / Dia_0.94 / dia-setup-0.94.exe / triangle-isoceles.shape < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-30  |  868 b   |  24 lines

  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 - Isoceles Triangle</name><!-- Triangle with two sides of equal length -->
  5.   <icon>triangle-isoceles.png</icon>
  6.   <connections>
  7.     <point x="5.5" y="4"/>
  8.     <point x="6.5" y="6"/>
  9.     <point x="4.5" y="6"/>
  10.     <point x="6" y="5"/>
  11.     <point x="5.5" y="6"/>
  12.     <point x="5.5" y="4"/>
  13.     <point x="6.5" y="6"/>
  14.     <point x="4.5" y="6"/>
  15.     <point x="6" y="5"/>
  16.     <point x="5.5" y="6"/>
  17.   </connections>
  18.   <aspectratio type="free"/>
  19.   <svg:svg>
  20.     <svg:polygon style="fill: default" points="5.5,4 6.5,6 4.5,6 "/>
  21.     <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="5.5,4 6.5,6 4.5,6 "/>
  22.   </svg:svg>
  23. </shape>
  24.