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 / Misc / file.shape < prev    next >
Extensible Markup Language  |  2002-04-19  |  614b  |  19 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <shape xmlns="http://www.daa.com.au/~james/dia-shape-ns" xmlns:svg="http://www.w3.org/2000/svg">
  3.   <name>Filesystem - File</name>
  4.   <icon>file.png</icon>
  5.   <connections>
  6.     <point x="4" y="0"/>
  7.     <point x="4" y="10"/>
  8.     <point x="0" y="5"/>
  9.     <point x="8" y="5"/>
  10.   </connections>
  11.   <aspectratio type="fixed"/>
  12.   <svg:svg>
  13.     <svg:polygon style="fill: background; stroke: foreground" 
  14.                  points="0,0 6,0 8,2 8,10 0,10 "/>
  15.     <svg:polyline style=" stroke: foreground"
  16.                  points="6,0 6,2 8,2 8,2 "/>
  17.   </svg:svg>
  18. </shape>
  19.