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

Mike Fenton mike at staikos.net
Mon Oct 15 17:56:20 CEST 2007


SVN commit 725515 by fenton:

Add zValue attribute for all ViewItems.


 M  +6 -6      kstfile.txt  


--- branches/work/kst/portto4/kst/devel-docs/Kst2Specs/kstfile.txt #725514:725515
@@ -41,7 +41,7 @@
       </line>
     </view>
     <view name="">
-            <box>
+            <box zvalue="">
                 <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>
@@ -50,7 +50,7 @@
                 </pen>
                 <brush color="#ffffff" style="1"></brush>
             </box>
-            <ellipse>
+            <ellipse zvalue="">
                 <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>
@@ -59,7 +59,7 @@
                 </pen>
                 <brush color="#ffffff" style="1"></brush>
             </ellipse>
-            <label text="">
+            <label text="" zvalue="">
                 <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>
@@ -68,7 +68,7 @@
                 </pen>
                 <brush color="#000000" style="0"></brush>
             </label>
-            <line>
+            <line zvalue="">
                 <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>
@@ -77,7 +77,7 @@
                 </pen>
                 <brush color="#ffffff" style="1"></brush>
             </line>
-            <picture>
+            <picture zvalue="">
                 <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>
@@ -87,7 +87,7 @@
                 <brush color="#ffffff" style="1"></brush>
                 <data>Base64 Encoded qCompressed PNG Data</data>
             </picture>
-            <svg>
+            <svg zvalue="">
                 <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>


More information about the Kst mailing list