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 / Roof1.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-03-05  |  1.3 KB  |  45 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.   <name>Roof1</name>
  4.   <icon>Roof1.png</icon>
  5.   <connections>
  6.     <point x="1" y="4.5"/>
  7.     <point x="2" y="6.5"/>
  8.     <point x="0" y="5.5"/>
  9.     <point x="1.5" y="5.5"/>
  10.     <point x="1" y="6"/>
  11.  
  12.     <point x="1" y="4.5"/>
  13.     <point x="2" y="6.5"/>
  14.     <point x="0" y="5.5"/>
  15.     <point x="1.5" y="5.5"/>
  16.     <point x="1" y="6"/>
  17.  
  18.  
  19.     <point x="5" y="2.5"/>
  20.     <point x="6" y="4.5"/>
  21.     <point x="2" y="6.5"/>
  22.     <point x="1" y="4.5"/>
  23.     <point x="5.5" y="3.5"/>
  24.     <point x="4" y="5.5"/>
  25.     <point x="1.5" y="5.5"/>
  26.  
  27.     <point x="5" y="2.5"/>
  28.     <point x="6" y="4.5"/>
  29.     <point x="2" y="6.5"/>
  30.     <point x="1" y="4.5"/>
  31.     <point x="5.5" y="3.5"/>
  32.     <point x="4" y="5.5"/>
  33.     <point x="1.5" y="5.5"/>
  34.   </connections>
  35.   <aspectratio type="fixed"/>
  36.  
  37.   <svg:svg>
  38.     <svg:polygon style="fill: #ff0000" points="1,4.5 2,6.5 0,5.5 "/>
  39.     <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="1,4.5 2,6.5 0,5.5 "/>
  40.  
  41.     <svg:polygon style="fill: #ff0000" points="5,2.5 6,4.5 2,6.5 1,4.5 "/>
  42.     <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="5,2.5 6,4.5 2,6.5 1,4.5 "/>
  43.   </svg:svg>
  44. </shape>
  45.