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 / Corner2.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-03-05  |  1.1 KB  |  37 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.   <!-- v shaped Corner -->
  4.   <name>Corner2</name>
  5.   <icon>Corner2.png</icon>
  6.   <connections>
  7.     <point x="0" y="1"/>
  8.     <point x="0" y="0"/>
  9.     <point x="2" y="1"/>
  10.     <point x="4" y="0"/>
  11.     <point x="4" y="1"/>
  12.     <point x="2" y="2"/>
  13.     <point x="0" y="0.5"/>
  14.     <point x="1" y="0.5"/>
  15.     <point x="3" y="0.5"/>
  16.     <point x="4" y="0.5"/>
  17.     <point x="3" y="1.5"/>
  18.  
  19.     <point x="0" y="1"/>
  20.     <point x="0" y="0"/>
  21.     <point x="2" y="1"/>
  22.     <point x="4" y="0"/>
  23.     <point x="4" y="1"/>
  24.     <point x="2" y="2"/>
  25.     <point x="0" y="0.5"/>
  26.     <point x="1" y="0.5"/>
  27.     <point x="3" y="0.5"/>
  28.     <point x="4" y="0.5"/>
  29.     <point x="3" y="1.5"/>
  30.   </connections>
  31.   <aspectratio type="fixed"/>
  32.   <svg:svg>
  33.     <svg:polygon style="fill: #999999" points="0,1 0,0 2,1 4,0 4,1 2,2 "/>
  34.     <svg:polygon style="stroke-width: 1; stroke: #999999" points="0,1 0,0 2,1 4,0 4,1 2,2 "/>
  35.   </svg:svg>
  36. </shape>
  37.