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 / Pneumatic / dist32.shape < prev    next >
Extensible Markup Language  |  2000-08-06  |  1KB  |  40 lines

  1. <?xml version="1.0"?> <!-- -*- xml -*- -->
  2.  
  3. <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
  4.        xmlns:svg="http://www.w3.org/2000/svg">
  5.   <name>Pneum - dist32</name>
  6.   <description>dist32</description>
  7.   <icon>dist32.xpm</icon>
  8.   <connections>
  9.     <point x=".25" y="0"/>
  10.     <point x=".25" y="1"/>
  11.     <point x=".75" y="1"/>
  12.     <point x="1.25" y="0"/>
  13.     <point x="1.25" y="1"/>
  14.     <point x="1.75" y="1"/>
  15.   </connections>
  16.   <aspectratio type="fixed"/>
  17.   <svg:svg width="2" height="1">
  18.     <svg:rect x="0" y="0" width="1" height="1"
  19.           svg:style="fill:background; stroke-width: 1"/>
  20.     <svg:rect x="1" y="0" width="1" height="1"
  21.           svg:style="fill:background; stroke-width: 1"/>
  22.     <svg:line x1=".25" y1="1" x2=".25" y2=".2" svg:style="stroke-width: 1"/>
  23.     <svg:polygon points=".15,.2 .35,.2 .25,0" 
  24.          svg:style="stroke:none; fill:foreground"/>
  25.     <svg:line x1=".75" y1=".8" x2=".75" y2="1"
  26.           svg:style="stroke-width: 1"/>
  27.     <svg:line x1=".65" y1=".8" x2=".85" y2=".8"
  28.           svg:style="stroke-width: 1"/>
  29.     <svg:line x1="1.25" y1=".8" x2="1.25" y2="1"
  30.           svg:style="stroke-width: 1"/>
  31.     <svg:line x1="1.15" y1=".8" x2="1.35" y2=".8"
  32.           svg:style="stroke-width: 1"/>
  33.     <svg:line x1="1.25" y1="0" x2="1.75" y2="1" svg:style="stroke-width:1"/>
  34.     <svg:polygon points="1.8,.8 1.8,1 1.6,.9" 
  35.          svg:style="stroke:none; fill:foreground"/>
  36.   </svg:svg>
  37. </shape>
  38.  
  39.  
  40.