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 / t_transition.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-02  |  639 b   |  22 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 temporisee</name>
  6.   <description>transition temporisee</description>
  7.   <icon>t_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.1" x2="0.5" y2="-0.1"/>
  16.     <svg:line x1="-0.5" y1="0" x2="0.5" y2="0"/>
  17.     
  18.   </svg:svg>
  19. </shape>
  20.  
  21.  
  22.