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 / River.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-03-05  |  1.2 KB  |  41 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>River</name>
  4.   <icon>River.png</icon>
  5.   <connections>
  6.     <point x="0" y="1"/>
  7.     <point x="2" y="0"/>
  8.     <point x="2" y="0.5"/>
  9.     <point x="0" y="1.5"/>
  10.     <point x="1" y="0.5"/>
  11.     <point x="2" y="0.25"/>
  12.     <point x="1" y="1"/>
  13.  
  14.     <point x="0" y="1"/>
  15.     <point x="2" y="0"/>
  16.     <point x="2" y="0.5"/>
  17.     <point x="0" y="1.5"/>
  18.     <point x="1" y="0.5"/>
  19.     <point x="2" y="0.25"/>
  20.     <point x="1" y="1"/>
  21.  
  22.     <point x="0" y="1"/>
  23.     <point x="2" y="0"/>
  24.     <point x="1" y="0.5"/>
  25.  
  26.     <point x="0" y="1.5"/>
  27.     <point x="2" y="0.5"/>
  28.     <point x="1" y="1"/>
  29.   </connections>
  30.  
  31.   <aspectratio type="fixed"/>
  32.   <!-- #00ffff turquoise/cyan, #0000ff blue.  -->
  33.   <svg:svg>
  34.     <svg:polygon style="fill: #00ffff" points="0,1 2,0 2,0.5 0,1.5 "/>
  35.     <svg:polygon style="stroke-width: 1.0; stroke: #00ffff" points="0,1 2,0 2,0.5 0,1.5 "/>
  36.     <svg:line style="stroke-width: 1.0; stroke: #0000ff" x1="0" y1="1" x2="2" y2="0"/>
  37.     <svg:line style="stroke-width: 1.0; stroke: #0000ff" x1="0" y1="1.5" x2="2" y2="0.5"/>
  38.   </svg:svg>
  39.  
  40. </shape>
  41.