[Kst] [Bug 118148] View Object Printing Bugs

George Staikos staikos at kde.org
Wed Dec 14 20:29:08 CET 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=118148         




------- Additional Comments From staikos kde org  2005-12-14 20:29 -------
On Wednesday 14 December 2005 13:37, Andrew Walker wrote:
> It seems that clipping for curves and view objects is non-functional when
> exporting and printing. Does all this clipping actually save us any time?
> It adds great complexity to the code and is only used when calling
> paintInto(...), which should be relatively fast anyway. The simplest
> solution for now would be to throw out all the clipping stuff and simply
> paint everything in the reverse order (relative to what is done now).


  The clipping is -very- important because without it we overload the X 
server.  It makes Kst freeze repeatedly.  We have to paint in the order we're 
painting now otherwise we double the tree-walking and we get invalid 
geometries (since the objects aren't updated).

  Printing is a special case, it should not affect screen painting in any way.


More information about the Kst mailing list