https://bugs.documentfoundation.org/show_bug.cgi?id=95581
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|spurts and delays scaling |OGL: rotated text in charts |sheet with diagrams on it |slow ... |(with OpenGL rendering | |enabled) | --- Comment #8 from Michael Meeks <[email protected]> --- It seems that the RenderTextSimpleOrDecoratedPortionPrimitive2D from the drawing layer is de-compising text in vectors of trapezoids (in this case hundreds of them) before rendering them with DrawPolyPolgyon - which is a somewhat curious way of rendering text =) And this for rendering strings like "40000 000 " or somesuch on the rotated legends. Curiously the windows / GL code is taking the same path - as Linux it seems in this case for OGL. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
