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 / seijack.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  1008 b   |  31 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 - SEIJack</name>
  6.   <description>seijack</description>
  7.   <icon>seijack.png</icon>
  8.   <connections>
  9.     <point x="2.8" y="0" />
  10.     <point x="0" y=".6"/>
  11.   </connections>
  12.   <textbox x1="0" y1="1.1" x2="3" y2="1.9"/>
  13.   <aspectratio type="fixed"/>
  14.   <svg:svg width="3" height="1">
  15.     <svg:line x1="0" y1="0" x2="3" y2="1" svg:style="stroke: none"/>
  16.     <svg:line x1="2.8" y1="0" x2="2.8" y2=".2"
  17.           svg:style="stroke-width: 1.0"/>
  18.     <svg:line x1="0" y1=".6" x2="2.4" y2=".6"
  19.           svg:style="stroke-width: 0.5"/>
  20.     <svg:line x1="2.4" y1=".2" x2="2.4" y2="1"
  21.           svg:style="stroke-width: 4.0"/>
  22.     <svg:rect x=".4" y=".2" width="2.6" height=".8" 
  23.           svg:style="stroke-width: 1.0"/>
  24.     <svg:polyline points=".6,.4 .6,.8 1,.4 1,.8 1.4,.4 
  25.           1.4,.8 1.8,.4 1.8,.8 2.2,.4 2.2,.8"
  26.     svg:style="stroke-width: .5"/>
  27.   </svg:svg>
  28. </shape>
  29.  
  30.  
  31.