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 / flash.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  527 b   |  16 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 - WAN Connection</name>
  5.   <icon>flash.png</icon>
  6.   <connections>
  7.      <point x="3.5" y="11"/>
  8.   </connections>
  9.   <textbox x1="0" y1="11.1" x2="7" y2="14.1" align="center" resize="no"/>
  10.   <svg:svg width="7cm" height="11cm">
  11.     <svg:polygon style="stroke:none; fill:foreground"
  12.     points="2.03,.99 4.97,.99 3.99,3.52 6.58,3.52 2.03,10.45 3.01,5.5 .98,5.5"
  13.     />
  14.   </svg:svg>
  15. </shape>
  16.