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 / nand.shape < prev    next >
Encoding:
Extensible Markup Language  |  2001-02-21  |  801 b   |  19 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 - Nand</name>
  4.   <icon>nand.png</icon>
  5.   <connections>
  6.     <point x="6.5" y="2.5"/>
  7.     <point x="5.5" y="8"/>
  8.     <point x="6.5" y="8"/>
  9.     <point x="7.5" y="8"/>
  10.   </connections>
  11.   <aspectratio type="fixed"/>
  12.   <svg:svg>
  13.     <svg:path style="fill: #ffffff" d="M 6.5 3 C 8.5,3 8.5,6 8.5,8 C 7.5,8 5.5,8 4.5,8 C 4.5,6 4.5,3 6.5,3z"/>
  14.     <svg:path style="stroke-width: 0.1; stroke: #000000" d="M 6.5 3 C 8.5,3 8.5,6 8.5,8 C 7.5,8 5.5,8 4.5,8 C 4.5,6 4.5,3 6.5,3"/>
  15.     <svg:ellipse style="fill: #ffffff" cx="6.5" cy="2.75" rx="0.25" ry="0.25"/>
  16.     <svg:ellipse style="stroke-width: 0.1; stroke: #000000" cx="6.5" cy="2.75" rx="0.25" ry="0.25"/>
  17.   </svg:svg>
  18. </shape>
  19.