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 / Tree1.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-03-05  |  2.5 KB  |  79 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>Tree1</name>
  4.   <icon>Tree1.png</icon>
  5.   <connections>
  6.     <point x="1" y="4"/>
  7.     <point x="2.5" y="4"/>
  8.     <point x="1" y="8"/>
  9.     <point x="2.5" y="8"/>
  10.     <point x="1" y="12"/>
  11.     <point x="2" y="12"/>
  12.     <point x="0" y="14"/>
  13.     <point x="10" y="14"/>
  14.     <point x="8" y="12"/>
  15.     <point x="9" y="12"/>
  16.     <point x="7.5" y="8"/>
  17.     <point x="9" y="8"/>
  18.     <point x="7.5" y="4"/>
  19.     <point x="9" y="4"/>
  20.     <point x="5" y="0"/>
  21.     <point x="1.75" y="4"/>
  22.     <point x="1.75" y="6"/>
  23.     <point x="1.75" y="8"/>
  24.     <point x="1.75" y="10"/>
  25.     <point x="1.5" y="12"/>
  26.     <point x="1" y="13"/>
  27.     <point x="5" y="14"/>
  28.     <point x="9" y="13"/>
  29.     <point x="8.5" y="12"/>
  30.     <point x="8.25" y="10"/>
  31.     <point x="8.25" y="8"/>
  32.     <point x="8.25" y="6"/>
  33.     <point x="8.25" y="4"/>
  34.     <point x="7" y="2"/>
  35.  
  36.     <point x="1" y="4"/>
  37.     <point x="2.5" y="4"/>
  38.     <point x="1" y="8"/>
  39.     <point x="2.5" y="8"/>
  40.     <point x="1" y="12"/>
  41.     <point x="2" y="12"/>
  42.     <point x="0" y="14"/>
  43.     <point x="10" y="14"/>
  44.     <point x="8" y="12"/>
  45.     <point x="9" y="12"/>
  46.     <point x="7.5" y="8"/>
  47.     <point x="9" y="8"/>
  48.     <point x="7.5" y="4"/>
  49.     <point x="9" y="4"/>
  50.     <point x="5" y="0"/>
  51.     <point x="1.75" y="4"/>
  52.     <point x="1.75" y="6"/>
  53.     <point x="1.75" y="8"/>
  54.     <point x="1.75" y="10"/>
  55.     <point x="1.5" y="12"/>
  56.     <point x="1" y="13"/>
  57.     <point x="5" y="14"/>
  58.     <point x="9" y="13"/>
  59.     <point x="8.5" y="12"/>
  60.     <point x="8.25" y="10"/>
  61.     <point x="8.25" y="8"/>
  62.     <point x="8.25" y="6"/>
  63.     <point x="8.25" y="4"/>
  64.     <point x="7" y="2"/>
  65.  
  66.   </connections>
  67.  
  68.   <aspectratio type="fixed"/>
  69.   <svg:svg>
  70. <!-- Tree Trunk -->
  71.     <svg:path style="fill: #800000" d="M 4 20 C 4,20 4,14 4,14 C 4,14 6,14 6,14 C 6,14 6,20 6,20 C 6,20 5.75,20.5 5,20.5 C 4.25,20.5 4,20 4,20z"/>
  72.     <svg:path style="stroke-width: 1.0; stroke: #000000" d="M 4 20 C 4,20 4,14 4,14 C 4,14 6,14 6,14 C 6,14 6,20 6,20 C 6,20 5.75,20.5 5,20.5 C 4.25,20.5 4,20 4,20"/>
  73.  
  74. <!-- Tree Foliage -->
  75.     <svg:polygon style="fill: #008000" points="1,4 2.5,4 1,8 2.5,8 1,12 2,12 0,14 10,14 8,12 9,12 7.5,8 9,8 7.5,4 9,4 5,0 "/>
  76.     <svg:polygon style="stroke-width: 1.0; stroke: #00ff00" points="1,4 2.5,4 1,8 2.5,8 1,12 2,12 0,14 10,14 8,12 9,12 7.5,8 9,8 7.5,4 9,4 5,0 "/>
  77.   </svg:svg>
  78. </shape>
  79.