[Kst] branches/work/kst/portto4/kst/devel-docs/Kst2Specs

Mike Fenton mike at staikos.net
Fri Oct 12 19:51:59 CEST 2007


SVN commit 724569 by fenton:

Update to .kst file specification to include ellipse and label
definitions.


 M  +18 -0     kstfile.txt  


--- branches/work/kst/portto4/kst/devel-docs/Kst2Specs/kstfile.txt #724568:724569
@@ -50,6 +50,24 @@
                 </pen>
                 <brush color="#ffffff" style="1"></brush>
             </box>
+            <ellipse>
+                <position x="" y=""></position>
+                <rect x="" y="" width="" height=""></rect>
+                <transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"></transform>
+                <pen style="1" width="0" miterlimit="2" cap="16" joinStyle="64">
+                    <brush color="#000000" style="1"></brush>
+                </pen>
+                <brush color="#ffffff" style="1"></brush>
+            </ellipse>
+            <label text="">
+                <position x="" y=""></position>
+                <rect x="" y="" width="" height=""></rect>
+                <transform m11="1" m12="0" m13="0" m21="0" m22="1" m23="0" m31="0" m32="0" m33="1"></transform>
+                <pen style="1" width="0" miterlimit="2" cap="16" joinStyle="64">
+                    <brush color="#000000" style="1"></brush>
+                </pen>
+                <brush color="#000000" style="0"></brush>
+            </label>
     </view>
   </graphics>
 </kst>


More information about the Kst mailing list