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 / modem.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  1.1 KB  |  27 lines

  1. <?xml version="1.0"?>
  2. <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
  3.        xmlns:svg="http://www.w3.org/2000/svg">
  4.   <name>Network - Modem</name>
  5.   <icon>modem.png</icon>
  6.   <aspectratio type="fixed"/>
  7.   <connections>
  8.      <point x="4.5" y="3.2"/>
  9.   </connections>
  10.   <textbox x1="0" y1="3.3" x2="9" y2="6.3" align="center" resize="no"/>
  11.   <svg:svg width="9cm" height="2.5cm">
  12.     <svg:polygon style="stroke:foreground; stroke-width:1.6"
  13.     points="0,.5 1.8,.5 3,0 6,0 6.93,.5 9,.5 9,2.5 0,2.5"/>
  14.  
  15.     <svg:rect style="stroke:foreground; stroke-width:.8; fill:#B3B3B3"
  16.     x=".45" y=".75" width="8.1" height="1.5"/>
  17.     <svg:circle style="stroke:foreground; stroke-width:.8;fill:background"
  18.     cx="1.44" cy="1.5" r=".5"/>
  19.     <svg:circle style="stroke:foreground; stroke-width:.8;fill:background"
  20.     cx="3.42" cy="1.5" r=".5"/>
  21.     <svg:circle style="stroke:foreground; stroke-width:.8;fill:background"
  22.     cx="5.49" cy="1.5" r=".5"/>
  23.     <svg:circle style="stroke:foreground; stroke-width:.8;fill:background"
  24.     cx="7.47" cy="1.5" r=".5" />
  25.   </svg:svg>
  26. </shape>
  27.