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 / Crossroads.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-03-05  |  2.0 KB  |  66 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. <!-- Copyright Alan Horkan, 2002-->
  4.   <name>Crossroads</name>
  5.   <icon>Crossroads.png</icon>
  6.   <connections>
  7.     <point x="0" y="2"/>
  8.     <point x="1" y="1.5"/>
  9.     <point x="0" y="1"/>
  10.     <point x="0" y="0"/>
  11.     <point x="2" y="1"/>
  12.     <point x="4" y="0"/>
  13.     <point x="4" y="1"/>
  14.     <point x="3" y="1.5"/>
  15.     <point x="4" y="2"/>
  16.     <point x="4" y="3"/>
  17.     <point x="2" y="2"/>
  18.     <point x="0" y="3"/>
  19.     <point x="0.5" y="1.75"/>
  20.     <point x="0.5" y="1.25"/>
  21.     <point x="0" y="0.5"/>
  22.     <point x="1" y="0.5"/>
  23.     <point x="3" y="0.5"/>
  24.     <point x="4" y="0.5"/>
  25.     <point x="3.5" y="1.25"/>
  26.     <point x="3.5" y="1.75"/>
  27.     <point x="4" y="2.5"/>
  28.     <point x="3" y="2.5"/>
  29.     <point x="1" y="2.5"/>
  30.  
  31. <!-- Dia does the outline and the fill as two seperate polygons 
  32. it aslo exports the connection points for both even though they match 
  33. would be good to improve this but hardly worth the effort.  -->
  34.  
  35.     <point x="0" y="2"/>
  36.     <point x="1" y="1.5"/>
  37.     <point x="0" y="1"/>
  38.     <point x="0" y="0"/>
  39.     <point x="2" y="1"/>
  40.     <point x="4" y="0"/>
  41.     <point x="4" y="1"/>
  42.     <point x="3" y="1.5"/>
  43.     <point x="4" y="2"/>
  44.     <point x="4" y="3"/>
  45.     <point x="2" y="2"/>
  46.     <point x="0" y="3"/>
  47.     <point x="0.5" y="1.75"/>
  48.     <point x="0.5" y="1.25"/>
  49.     <point x="0" y="0.5"/>
  50.     <point x="1" y="0.5"/>
  51.     <point x="3" y="0.5"/>
  52.     <point x="4" y="0.5"/>
  53.     <point x="3.5" y="1.25"/>
  54.     <point x="3.5" y="1.75"/>
  55.     <point x="4" y="2.5"/>
  56.     <point x="3" y="2.5"/>
  57.     <point x="1" y="2.5"/>
  58.   </connections>
  59.  
  60.   <aspectratio type="fixed"/>
  61.   <svg:svg>
  62.     <svg:polygon style="fill: #999999" points="0,2 1,1.5 0,1 0,0 2,1 4,0 4,1 3,1.5 4,2 4,3 2,2 0,3 "/>
  63.     <svg:polygon style="stroke-width: 1; stroke: #999999" points="0,2 1,1.5 0,1 0,0 2,1 4,0 4,1 3,1.5 4,2 4,3 2,2 0,3 "/>
  64.   </svg:svg>
  65. </shape>
  66.