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 / not.shape < prev    next >
Encoding:
Extensible Markup Language  |  2001-02-21  |  565 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 - Not</name>
  4.   <icon>not.png</icon>
  5.   <connections>
  6.     <point x="9.25" y="4.5"/>
  7.     <point x="9.25" y="4"/>
  8.     <point x="9" y="4.25"/>
  9.     <point x="9.5" y="4.25"/>
  10.   </connections>
  11.   <aspectratio type="fixed"/>
  12.   <svg:svg>
  13.     <svg:ellipse style="fill: #ffffff" cx="9.25" cy="4.25" rx="0.25" ry="0.25"/>
  14.     <svg:ellipse style="stroke-width: 0.1; stroke: #000000" cx="9.25" cy="4.25" rx="0.25" ry="0.25"/>
  15.   </svg:svg>
  16. </shape>
  17.