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 / star5.shape < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-30  |  1.8 KB  |  55 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 - Five Point Star</name>
  5.   <!-- Eventually decided that it was better to get these done than worry about them being perfect -->
  6.   <icon>star5.png</icon>
  7.   <connections>
  8.     <point x="0" y="4.5"/>
  9.     <point x="5" y="4.5"/>
  10.     <point x="7" y="0"/>
  11.     <point x="9" y="4.5"/>
  12.     <point x="14" y="4.5"/>
  13.     <point x="10" y="7.5"/>
  14.     <point x="12" y="12.5"/>
  15.     <point x="7" y="9"/>
  16.     <point x="2" y="12.5"/>
  17.     <point x="4" y="7.5"/>
  18.     <point x="2.5" y="4.5"/>
  19.     <point x="6" y="2.25"/>
  20.     <point x="8" y="2.25"/>
  21.     <point x="11.5" y="4.5"/>
  22.     <point x="12" y="6"/>
  23.     <point x="11" y="10"/>
  24.     <point x="9.5" y="10.75"/>
  25.     <point x="4.5" y="10.75"/>
  26.     <point x="3" y="10"/>
  27.     <point x="0" y="4.5"/>
  28.     <point x="5" y="4.5"/>
  29.     <point x="7" y="0"/>
  30.     <point x="9" y="4.5"/>
  31.     <point x="14" y="4.5"/>
  32.     <point x="10" y="7.5"/>
  33.     <point x="12" y="12.5"/>
  34.     <point x="7" y="9"/>
  35.     <point x="2" y="12.5"/>
  36.     <point x="4" y="7.5"/>
  37.     <point x="2.5" y="4.5"/>
  38.     <point x="6" y="2.25"/>
  39.     <point x="8" y="2.25"/>
  40.     <point x="11.5" y="4.5"/>
  41.     <point x="12" y="6"/>
  42.     <point x="11" y="10"/>
  43.     <point x="9.5" y="10.75"/>
  44.     <point x="4.5" y="10.75"/>
  45.     <point x="3" y="10"/>
  46.   </connections>
  47.   <aspectratio type="free"/>
  48.   <svg:svg>
  49.     <svg:polygon style="fill: #ffffff" points="0,4.5 5,4.5 7,0 9,4.5 14,4.5 10,7.5 12,12.5 7,9 2,12.5 4,7.5 "/>
  50.     <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="0,4.5 5,4.5 7,0 9,4.5 14,4.5 10,7.5 12,12.5 7,9 2,12.5 4,7.5 "/>
  51.   </svg:svg>
  52.   <!-- Alan Horkan was here 2002 -->
  53. </shape>
  54.  
  55.