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 / civil_container.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-13  |  638 b   |  27 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>Civil - Container</name>
  5.  
  6.   <icon>civil_container.png</icon>
  7.  
  8.   <connections>
  9.     <point x="1.5" y="0" />
  10.  
  11.     <point x="1.5" y="5" />
  12.  
  13.     <point x="0" y="2.5" />
  14.  
  15.     <point x="3" y="2.5" />
  16.   </connections>
  17.  
  18.   <textbox x1="0" y1="0.5" x2="3" y2="4.5" />
  19.  
  20.   <svg:svg>
  21.     <svg:path
  22.     style="stroke-width: 1; stroke: foreground; fill: background"
  23.     d="M 3 0.5 C 3,1.5 3,4 3,4.5 C 1.99242,5.1583 1.00052,5.1583 0,4.5 C 0,4 0,0.5 0,0.5 C 1.01142,-0.160898 2.00332,-0.149998 3,0.5z" />
  24.   </svg:svg>
  25. </shape>
  26.  
  27.