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 / Block7.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-03-05  |  2.6 KB  |  88 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. <!-- Visio calls this shape Block 7, crap name.  
  4. It is a Building, not really a block.   
  5. Probably change it to Building 1 or something --> 
  6.   <name>Block7</name><!-- size ratio? -->
  7.   <icon>Block7.png</icon>
  8.   <connections>
  9.     <point x="1" y="4.5"/>
  10.     <point x="2" y="6.5"/>
  11.     <point x="0" y="5.5"/>
  12.     <point x="1.5" y="5.5"/>
  13.     <point x="1" y="6"/>
  14.  
  15.     <point x="1" y="4.5"/>
  16.     <point x="2" y="6.5"/>
  17.     <point x="0" y="5.5"/>
  18.     <point x="1.5" y="5.5"/>
  19.     <point x="1" y="6"/>
  20.  
  21.  
  22.     <point x="5" y="2.5"/>
  23.     <point x="6" y="4.5"/>
  24.     <point x="2" y="6.5"/>
  25.     <point x="1" y="4.5"/>
  26.     <point x="5.5" y="3.5"/>
  27.     <point x="4" y="5.5"/>
  28.     <point x="1.5" y="5.5"/>
  29.  
  30.     <point x="5" y="2.5"/>
  31.     <point x="6" y="4.5"/>
  32.     <point x="2" y="6.5"/>
  33.     <point x="1" y="4.5"/>
  34.     <point x="5.5" y="3.5"/>
  35.     <point x="4" y="5.5"/>
  36.     <point x="1.5" y="5.5"/>
  37.  
  38.  
  39.     <point x="0" y="5.5"/>
  40.     <point x="2" y="6.5"/>
  41.     <point x="2" y="8.5"/>
  42.     <point x="0" y="7.5"/>
  43.     <point x="1" y="6"/>
  44.     <point x="2" y="7.5"/>
  45.     <point x="1" y="8"/>
  46.  
  47.     <point x="0" y="5.5"/>
  48.     <point x="2" y="6.5"/>
  49.     <point x="2" y="8.5"/>
  50.     <point x="0" y="7.5"/>
  51.     <point x="1" y="6"/>
  52.     <point x="2" y="7.5"/>
  53.     <point x="1" y="8"/>
  54.  
  55.  
  56.     <point x="2" y="6.5"/>
  57.     <point x="6" y="4.5"/>
  58.     <point x="6" y="6.5"/>
  59.     <point x="2" y="8.5"/>
  60.     <point x="4" y="5.5"/>
  61.     <point x="6" y="5.5"/>
  62.     <point x="4" y="7.5"/>
  63.  
  64.     <point x="2" y="6.5"/>
  65.     <point x="6" y="4.5"/>
  66.     <point x="6" y="6.5"/>
  67.     <point x="2" y="8.5"/>
  68.     <point x="4" y="5.5"/>
  69.     <point x="6" y="5.5"/>
  70.     <point x="4" y="7.5"/>
  71.   </connections>
  72.   <aspectratio type="fixed"/>
  73.   <!-- First two polygons are the roof and the second two are the building walls.  -->
  74.   <svg:svg>
  75.     <svg:polygon style="fill: default" points="1,4.5 2,6.5 0,5.5 "/>
  76.     <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="1,4.5 2,6.5 0,5.5 "/>
  77.  
  78.     <svg:polygon style="fill: default" points="5,2.5 6,4.5 2,6.5 1,4.5 "/>
  79.     <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="5,2.5 6,4.5 2,6.5 1,4.5 "/>
  80.  
  81.     <svg:polygon style="fill: #ffffff" points="0,5.5 2,6.5 2,8.5 0,7.5 "/>
  82.     <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="0,5.5 2,6.5 2,8.5 0,7.5 "/>
  83.  
  84.     <svg:polygon style="fill: #ffffff" points="2,6.5 6,4.5 6,6.5 2,8.5 "/>
  85.     <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="2,6.5 6,4.5 6,6.5 2,8.5 "/>
  86.   </svg:svg>
  87. </shape>
  88.