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 / arrow-left.shape < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-30  |  1.2 KB  |  40 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. <!-- Author: Alan Horkan, 2002, mailto:horkana@tcd.ie -->
  4.   <name>Geometric - Left Arrow</name>
  5.   <icon>arrow-left.png</icon>
  6.   <connections>
  7.     <point x="4" y="1"/>
  8.     <point x="2" y="1"/>
  9.     <point x="2" y="0"/>
  10.     <point x="0" y="2"/>
  11.     <point x="2" y="4"/>
  12.     <point x="2" y="3"/>
  13.     <point x="4" y="3"/>
  14.     <point x="3" y="1"/>
  15.     <point x="2" y="0.5"/>
  16.     <point x="1" y="1"/>
  17.     <point x="1" y="3"/>
  18.     <point x="2" y="3.5"/>
  19.     <point x="3" y="3"/>
  20.     <point x="4" y="1"/>
  21.     <point x="2" y="1"/>
  22.     <point x="2" y="0"/>
  23.     <point x="0" y="2"/>
  24.     <point x="2" y="4"/>
  25.     <point x="2" y="3"/>
  26.     <point x="4" y="3"/>
  27.     <point x="3" y="1"/>
  28.     <point x="2" y="0.5"/>
  29.     <point x="1" y="1"/>
  30.     <point x="1" y="3"/>
  31.     <point x="2" y="3.5"/>
  32.     <point x="3" y="3"/>
  33.   </connections>
  34.   <aspectratio type="fixed"/>
  35.   <svg:svg>
  36.     <svg:polygon style="fill: default" points="4,1 2,1 2,0 0,2 2,4 2,3 4,3 "/>
  37.     <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="4,1 2,1 2,0 0,2 2,4 2,3 4,3 "/>
  38.   </svg:svg>
  39. </shape>
  40.