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 / negative-shift.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-03-01  |  781 b   |  27 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>Cybernetics - negative-shift</name>
  4.     <icon>negative-shift.png</icon>
  5.     <connections>
  6.         <point x="0" y="0"/>
  7.         <point x="5" y="0"/>
  8.         <point x="10" y="0"/>
  9.  
  10.         <point x="0" y="5"/>
  11.         <point x="10" y="5"/>
  12.  
  13.         <point x="0" y="10"/>
  14.         <point x="5" y="10"/>
  15.         <point x="10" y="10"/>
  16.     </connections>
  17.     <aspectratio type="fixed"/>
  18.     <svg:svg><svg:g style="fill: bg; stroke-width: 1; stroke: fg">
  19.         <svg:rect x="0" y="0" width="10" height="10"/>
  20.         <svg:g style="stroke-width: 0.5; stroke: #c0c0c0">
  21.             <svg:line x1="5" y1="1" x2="5" y2="9"/>
  22.             <svg:line x1="1" y1="5" x2="9" y2="5"/>
  23.         </svg:g>
  24.         <svg:line x1="3" y1="9" x2="9" y2="3"/>
  25.     </svg:g></svg:svg>
  26. </shape>
  27.