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 / dist42.shape < prev    next >
Extensible Markup Language  |  2000-08-06  |  2KB  |  41 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 - dist42</name>
  6.   <description>dist42</description>
  7.   <icon>dist42.xpm</icon>
  8.   <connections>
  9.     <point x=".25" y="0"/>
  10.     <point x=".25" y="1"/>
  11.     <point x=".75" y="0"/>
  12.     <point x=".75" y="1"/>
  13.     <point x="1.25" y="0"/>
  14.     <point x="1.25" y="1"/>
  15.     <point x="1.75" y="0"/>
  16.     <point x="1.75" y="1"/>
  17.   </connections>
  18.   <aspectratio type="fixed"/>
  19.   <svg:svg width="2" height="1">
  20.     <svg:rect x="0" y="0" width="1" height="1"
  21.           svg:style="fill:background; stroke-width: 1"/>
  22.     <svg:rect x="1" y="0" width="1" height="1"
  23.           svg:style="fill:background; stroke-width: 1"/>
  24.     <svg:line x1=".25" y1="1" x2=".25" y2=".2" svg:style="stroke-width: 1"/>
  25.     <svg:polygon points=".15,.2 .35,.2 .25,0" 
  26.          svg:style="stroke:none; fill:foreground"/>
  27.     <svg:line x1=".75" y1=".8" x2=".75" y2="0" svg:style="stroke-width: 1"/>
  28.     <svg:polygon points=".65,.8 .85,.8 .75,1"
  29.          svg:style="stroke:none; fill:foreground"/>
  30.  
  31.     <svg:line x1="1.25" y1="0" x2="1.75" y2="1" svg:style="stroke-width:1"/>
  32.     <svg:polygon points="1.8,.8 1.8,1 1.6,.9" 
  33.          svg:style="stroke:none; fill:foreground"/>
  34.     <svg:line x1="1.25" y1="1" x2="1.75" y2="0" svg:style="stroke-width:1"/>
  35.     <svg:polygon points="1.8,0 1.8,.2 1.6,.1"
  36.          svg:style="stroke:none; fill:foreground"/>
  37.   </svg:svg>
  38. </shape>
  39.  
  40.  
  41.