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 / small_extension_node.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  718 b   |  26 lines

  1. <?xml version="1.0"?>
  2.  
  3. <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
  4.        xmlns:svg="http://www.w3.org/2000/svg">
  5.   <name>Small Extension Node</name>
  6.   <description>Small Extension Node</description>
  7.   <icon>small_extension_node.png</icon>
  8.   <connections>
  9.     <point x="0" y="0"/>
  10.     <point x="4" y="0"/>
  11.     <point x="8" y="0"/>
  12.     <point x="0" y="3"/>
  13.     <point x="8" y="3"/>
  14.     <point x="0" y="6"/>
  15.     <point x="4" y="6"/>
  16.     <point x="8" y="6"/>
  17.   </connections>
  18.   <svg:svg width="8" height="6">
  19.     <svg:line x1="0" y1="0" x2="8" y2="0"/>
  20.     <svg:line x1="0" y1="6" x2="8" y2="6"/>
  21.     <svg:line x1="0" y1="0" x2="0" y2="6"/>
  22.     <svg:line x1="8" y1="0" x2="8" y2="6"/>
  23.   </svg:svg>
  24. </shape>
  25.  
  26.