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 / T-Junction.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-03-05  |  1.4 KB  |  47 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. <!-- Three Roads, T-Junction -->
  4. <!-- Use Flip Horizontal and Flip Verical to get variations -->
  5.   <name>T-Junction</name>
  6.   <icon>T-Junction.png</icon>
  7.   <connections>
  8.     <point x="0" y="2"/>
  9.     <point x="4" y="0"/>
  10.     <point x="4" y="1"/>
  11.     <point x="3" y="1.5"/>
  12.     <point x="4" y="2"/>
  13.     <point x="4" y="3"/>
  14.     <point x="2" y="2"/>
  15.     <point x="0" y="3"/>
  16.     <point x="2" y="1"/>
  17.     <point x="4" y="0.5"/>
  18.     <point x="3.5" y="1.25"/>
  19.     <point x="3.5" y="1.75"/>
  20.     <point x="4" y="2.5"/>
  21.     <point x="3" y="2.5"/>
  22.     <point x="1" y="2.5"/>
  23.  
  24.     <point x="0" y="2"/>
  25.     <point x="4" y="0"/>
  26.     <point x="4" y="1"/>
  27.     <point x="3" y="1.5"/>
  28.     <point x="4" y="2"/>
  29.     <point x="4" y="3"/>
  30.     <point x="2" y="2"/>
  31.     <point x="0" y="3"/>
  32.     <point x="2" y="1"/>
  33.     <point x="4" y="0.5"/>
  34.     <point x="3.5" y="1.25"/>
  35.     <point x="3.5" y="1.75"/>
  36.     <point x="4" y="2.5"/>
  37.     <point x="3" y="2.5"/>
  38.     <point x="1" y="2.5"/>
  39.   </connections>
  40.  
  41.   <aspectratio type="fixed"/>
  42.   <svg:svg>
  43.     <svg:polygon style="fill: #999999" points="0,2 4,0 4,1 3,1.5 4,2 4,3 2,2 0,3 "/>
  44.     <svg:polygon style="stroke-width: 1; stroke: #999999" points="0,2 4,0 4,1 3,1.5 4,2 4,3 2,2 0,3 "/>
  45.   </svg:svg>
  46. </shape>
  47.