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 / header.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  670 b   |  21 lines

  1. <?xml version="1.0"?>
  2.  
  3. <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns"
  4.        xmlns:svg="http://www.w3.org/2000/svg">
  5.   <name>SDL - Function Header</name>
  6.   <description>Function Header</description>
  7.   <icon>header.png</icon>
  8.   <connections>
  9.     <point x="1.25" y="0"/>
  10.     <point x="1.25" y="2"/>
  11.   </connections>
  12.   <textbox x1="0.25" y1="0" x2="2.25" y2="2"/>
  13.   <svg:svg width="2.5" height="2">
  14.     <svg:path d="M 0.25,0 h 2 c 0.25,0.4 0.33,0.6 0.33,1 s -0.08,0.6 -0.33,1
  15.                  h -2 c -0.25,-0.4 -0.33,-0.6, -0.33,-1 s 0.08,-0.6 0.33,-1 z
  16.          M 2.25,0 v 2 z
  17.                  M 0.25,0 v 2"
  18.               style="fill: default"/>
  19.   </svg:svg>
  20. </shape>
  21.