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 / transition.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-10  |  558 b   |  20 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>RDP - transition</name>
  6.   <description>transition</description>
  7.   <icon>transition.png</icon>
  8.   <connections>
  9.     <point x="0" y="0" />
  10.   </connections>
  11.   <textbox x1="-0.9" y1="-0.9" x2="0.9" y2="-0.2"/>
  12.   <aspectratio type="fixed"/>
  13.    <svg:svg> 
  14.      <svg:rect x="-0.5" y="-1" width="1" height="0.5" svg:style="stroke:none"/>
  15.     <svg:line x1="-0.5" y1="0" x2="0.5" y2="0"/>
  16.   </svg:svg>
  17. </shape>
  18.  
  19.  
  20.