home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / TemaCD / dia / dia-0.90-1-setup.exe / shapes / Civil / water_level.shape < prev    next >
Extensible Markup Language  |  2000-12-21  |  853b  |  33 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 - Water Level</name>
  5.  
  6.   <icon>water_level.xpm</icon>
  7.  
  8.   <connections>
  9.     <point x="0" y="1" />
  10.  
  11.     <point x="3" y="1" />
  12.   </connections>
  13.  
  14.   <svg:svg>
  15.     <svg:polygon
  16.     style="stroke-width: 1; stroke: foreground; fill: background"
  17.     points="0.5,0 1.5,0 1,1 " />
  18.  
  19.     <svg:line style="stroke-width: 1; stroke: foreground" x1="0" y1="1"
  20.     x2="2" y2="1" />
  21.  
  22.     <svg:line style="stroke-width: 1; stroke: foreground" x1="0.6"
  23.     y1="1.3" x2="1.4" y2="1.3" />
  24.  
  25.     <svg:line style="stroke-width: 1; stroke: foreground" x1="0.8"
  26.     y1="1.6" x2="1.2" y2="1.6" />
  27.  
  28.     <svg:line style="stroke-width: 1; stroke: foreground" x1="0.9"
  29.     y1="2" x2="1.1" y2="2" />
  30.   </svg:svg>
  31. </shape>
  32.  
  33.