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 / or.shape < prev    next >
Encoding:
Extensible Markup Language  |  2001-02-21  |  597 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 - Or</name>
  4.   <icon>or.png</icon>
  5.   <connections>
  6.     <point x="13" y="4"/>
  7.     <point x="12" y="8.4"/>
  8.     <point x="13" y="8.25"/>
  9.     <point x="14" y="8.4"/>
  10.   </connections>
  11.   <aspectratio type="fixed"/>
  12.   <svg:svg>
  13.     <svg:path style="fill: #ffffff" d="M 13 4 C 15,5 15,7 15,9 C 14,8 12,8 11,9 C 11,7 11,5 13,4z"/>
  14.     <svg:path style="stroke-width: 0.1; stroke: #000000" d="M 13 4 C 15,5 15,7 15,9 C 14,8 12,8 11,9 C 11,7 11,5 13,4"/>
  15.   </svg:svg>
  16. </shape>
  17.