Bug 37559 pixel artefacts in graphic objects in exported PDF

2012-07-02 Thread Johannes Sixt
I've discoverd a document that shows the pixel artefacts on screen, not only after it is exported to PDF. I would like to investigate this. Where can I find the code that renders LO draw objects (e.g. a rectangle with rounded corners) to the screen? Thanks, -- Hannes __

Re: Bug 37559 pixel artefacts in graphic objects in exported PDF

2012-07-09 Thread Thorsten Behrens
Johannes Sixt wrote: > I've discoverd a document that shows the pixel artefacts on screen, not > only after it is exported to PDF. I would like to investigate this. > Where can I find the code that renders LO draw objects (e.g. a rectangle > with rounded corners) to the screen? > Hi Johannes, the

Re: Bug 37559 pixel artefacts in graphic objects in exported PDF

2012-07-11 Thread Johannes Sixt
Am 09.07.2012 16:15, schrieb Thorsten Behrens: > Johannes Sixt wrote: >> I've discoverd a document that shows the pixel artefacts on screen, not >> only after it is exported to PDF. I would like to investigate this. >> Where can I find the code that renders LO draw objects (e.g. a rectangle >> with

Re: Bug 37559 pixel artefacts in graphic objects in exported PDF

2012-07-13 Thread Caolán McNamara
On Wed, 2012-07-11 at 21:51 +0200, Johannes Sixt wrote: > Thanks. The artefacts seem to be connected to > VclProcessor2D::RenderPolygonStrokePrimitive2D(). If I comment out all > mpOutputDevice->DrawPolyLine() calls in that function, the artefacts > vanish (the lines vanish, too, of course). Some

Re: Bug 37559 pixel artefacts in graphic objects in exported PDF

2012-07-13 Thread Johannes Sixt
Am 13.07.2012 21:34, schrieb Caolán McNamara: > On Wed, 2012-07-11 at 21:51 +0200, Johannes Sixt wrote: >> Thanks. The artefacts seem to be connected to >> VclProcessor2D::RenderPolygonStrokePrimitive2D(). If I comment out all >> mpOutputDevice->DrawPolyLine() calls in that function, the artefacts

Re: Bug 37559 pixel artefacts in graphic objects in exported PDF

2012-07-13 Thread Johannes Sixt
Am 13.07.2012 23:26, schrieb Johannes Sixt: > Am 13.07.2012 21:34, schrieb Caolán McNamara: >> On Wed, 2012-07-11 at 21:51 +0200, Johannes Sixt wrote: >>> Thanks. The artefacts seem to be connected to >>> VclProcessor2D::RenderPolygonStrokePrimitive2D(). If I comment out all >>> mpOutputDevice->Dra