home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / TemaCD / dia / dia-0.90-1-setup.exe / shapes / Circuit / hfuse_de.shape < prev    next >
Extensible Markup Language  |  2000-08-06  |  545b  |  18 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>Circuit - Horizontal Fuse (European)</name>
  6.   <description>A horizontally aligned fuse</description>
  7.   <icon>hfuse_de.xpm</icon>
  8.   <connections>
  9.     <point x="0" y="0"/>
  10.     <point x="6" y="0"/>
  11.   </connections>
  12.   <svg:svg width="3.0" height="0.5">
  13.    <svg:rect x="1.5" y="-0.5" width="3" height="1" style="fill: default" /> 
  14.    <svg:line x1="0" y1="0" x2="6" y2="0" />
  15.   </svg:svg>
  16. </shape>
  17.  
  18.