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