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 / speaker_amp.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  1.3 KB  |  26 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 - An amplifier speaker</name>
  5.   <icon>speaker_amp.png</icon>
  6.   <connections>
  7.     <point x="0" y="10"/>
  8.     <point x="5" y="0"/>
  9.     <point x="5" y="20"/>
  10.     <point x="10" y="10"/>
  11.   </connections>
  12.   <aspectratio type="fixed"/>
  13.   <svg:svg width="1" height="2" viewBox="0 0 10 20">
  14.     <svg:polygon style="fill: #d9d9cd" points="1,0 9,0 10,1 10,19 9,20 1,20 0,19 0,1 "/>
  15.     <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="1,0 9,0 10,1 10,19 9,20 1,20 0,19 0,1 "/>
  16.     <svg:polygon style="fill: #cdcdcd" points="2,1 8,1 9,2 9,15 8,16 2,16 1,15 1,2 "/>
  17.     <svg:polygon style="stroke-width: 0.1; stroke: #000000" points="2,1 8,1 9,2 9,15 8,16 2,16 1,15 1,2 "/>
  18.     <svg:ellipse style="fill: #cdcdcd" cx="8" cy="18" rx="1" ry="1"/>
  19.     <svg:ellipse style="stroke-width: 0.1; stroke: #000000" cx="8" cy="18" rx="1" ry="1"/>
  20.     <svg:ellipse style="fill: #cdcdcd" cx="3.5" cy="18.5" rx="0.5" ry="0.5"/>
  21.     <svg:ellipse style="stroke-width: 0.1; stroke: #000000" cx="3.5" cy="18.5" rx="0.5" ry="0.5"/>
  22.     <svg:ellipse style="fill: #cdcdcd" cx="5.5" cy="18.5" rx="0.5" ry="0.5"/>
  23.     <svg:ellipse style="stroke-width: 0.1; stroke: #000000" cx="5.5" cy="18.5" rx="0.5" ry="0.5"/>
  24.   </svg:svg>
  25. </shape>
  26.