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 / buffer.shape < prev    next >
Encoding:
Extensible Markup Language  |  2001-02-21  |  574 b   |  17 lines

  1. <?xml version="1.0"?>
  2. <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
  3.   <name>Logic - Buffer</name>
  4.   <icon>buffer.png</icon>
  5.   <connections>
  6.     <point x="10.75" y="5"/>
  7.     <point x="10.375" y="6.25"/>
  8.     <point x="10.75" y="6.25"/>
  9.     <point x="11.125" y="6.25"/>
  10.   </connections>
  11.   <aspectratio type="fixed"/>
  12.   <svg:svg>
  13.     <svg:polygon style="fill: #ffffff" points="10.75,5 11.5,6.25 10,6.25 "/>
  14.     <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="10.75,5 11.5,6.25 10,6.25 "/>
  15.   </svg:svg>
  16. </shape>
  17.