To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101169





------- Additional comments from a...@openoffice.org Mon Apr 20 13:43:03 +0000 
2009 -------
Information about the animated text is taken from meta files.  Character and
word boundaries are encoded in comments.  These somehow got lost in the recent
transition to a primitive based drawing layer.

A simple fix for this is this:

Index: source/processor2d/vclmetafileprocessor2d.cxx
===================================================================
--- source/processor2d/vclmetafileprocessor2d.cxx       (revision 270468)
+++ source/processor2d/vclmetafileprocessor2d.cxx       (working copy)
@@ -924,7 +924,7 @@
                                        // restore DrawMode
                                       
mpOutputDevice->SetDrawMode(nOriginalDrawMode);

-                                       if(pTextDecoratedCandidate)
+                    //                                 
if(pTextDecoratedCandidate)
                     {
                         // support for TEXT_ MetaFile actions only for
decorated texts
                         if(!mxBreakIterator.is())


With this fix the animation looks largely as before.  However, there is a long
delay between lines.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to