office-gobmx/drawinglayer
David Tardon 092fa33f22 fdo#53163 fix hatching for objects with curves
B2DPolyPolygon can contain Bezier curves, but that is not taken into
account when drawing the hatching in OutputDevice::ImplDrawHatch. The
poly-polygon is adapted already when creating metafile, because the
information about the poly-polygon containing curves is then lost
somewhere in the process. At least, when I do the adaptation in
OutputDevice::ImplDrawHatch, it has no effect and the hatching in the
produced PDF is still wrong.

Change-Id: Ibec9d6aceb23da986fe2d2414dc2e7fd4bf835b4
2013-04-26 17:29:06 +02:00
..
source fdo#53163 fix hatching for objects with curves 2013-04-26 17:29:06 +02:00
drawinglayer.component
Library_drawinglayer.mk Don't point to inc directories that don't exist any longer 2013-04-24 11:01:06 +03:00
Makefile
Module_drawinglayer.mk execute move of global headers 2013-04-23 22:20:31 +02:00
README

*Somewhat of a middle layer between rendering subsystems and application cores.

*It offers a nice and easy API to render complex shapes.