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 / file.shape < prev    next >
Encoding:
Extensible Markup Language  |  2002-04-19  |  596 b   |  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.