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 / square.shape < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-30  |  1.1 KB  |  30 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 - Perfect Square</name>
  5.   <icon>square.png</icon>
  6.   <connections>
  7.     <point x="4.5" y="2.45"/>
  8.     <point x="6" y="4"/>
  9.     <point x="4.5" y="4"/>
  10.     <point x="4.5" y="3.225"/>
  11.     <point x="6" y="2.45"/>
  12.     <point x="6" y="3.225"/>
  13.     <point x="5.25" y="4"/>
  14.     <point x="5.25" y="2.45"/>
  15.     <point x="4.5" y="2.45"/>
  16.     <point x="6" y="4"/>
  17.     <point x="4.5" y="4"/>
  18.     <point x="4.5" y="3.225"/>
  19.     <point x="6" y="2.45"/>
  20.     <point x="6" y="3.225"/>
  21.     <point x="5.25" y="4"/>
  22.     <point x="5.25" y="2.45"/>
  23.   </connections>
  24.   <aspectratio type="fixed"/><!-- NB: Aspectration must be fixed, do not change it  -->
  25.   <svg:svg>
  26.     <svg:rect style="fill: default" x="4.5" y="2.45" width="1.5" height="1.55"/>
  27.     <svg:rect style="stroke-width: 0.1; stroke: #000000" x="4.5" y="2.45" width="1.5" height="1.55"/>
  28.   </svg:svg>
  29. </shape>
  30.