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

Mike Fenton mike at staikos.net
Mon Oct 15 15:33:22 CEST 2007


SVN commit 725472 by fenton:

Update .kst specification file for PictureItem to have a data node.


 M  +2 -1      kstfile.txt  


--- branches/work/kst/portto4/kst/devel-docs/Kst2Specs/kstfile.txt #725471:725472
@@ -77,7 +77,7 @@
                 </pen>
                 <brush color="#ffffff" style="1"></brush>
             </line>
-            <picture data="Base64 Encoded qCompressed PNG Data">
+            <picture>
                 <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>
@@ -85,6 +85,7 @@
                     <brush color="#000000" style="1"></brush>
                 </pen>
                 <brush color="#ffffff" style="1"></brush>
+                <data>Base64 Encoded qCompressed PNG Data</data>
             </picture>
     </view>
   </graphics>


More information about the Kst mailing list