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 / measure.shape < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-02  |  503 b   |  17 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>chemeng - measure</name>
  4.   <icon>measure.png</icon>
  5.   <connections>
  6.     <point x="3" y="6"/>
  7.     <point x="3" y="0"/>
  8.     <point x="0" y="3"/>
  9.     <point x="6" y="3"/>
  10.   </connections>
  11.   <aspectratio type="fixed"/>
  12.   <textbox x1="0" y1="0" x2="6" y2="6"/>
  13.   <svg:svg>
  14.     <svg:ellipse style="fill: default" cx="3" cy="3" rx="3" ry="3"/>
  15.   </svg:svg>
  16. </shape>
  17.