2006/10/09 16:30:39 radekdoulik 1.3.16.3: RESYNC: (1.3-1.4); FILE MERGED
2006/10/09 15:57:10 radekdoulik 1.3.16.2: Issue number: 69325
Submitted by: radekdoulik
Reviewed by: radekdoulik
2006-10-09 Radek Doulik <rodo@novell.com>
* patches/src680/apply: added fix from Caolan, move path
coordinates only when doing stroke. Before they were moved for
fills as well. It happened because of unclear method name, which
was indicating just strokes, but was used for clips and fills as
well. I changed the method names as well now.
2006/06/30 13:58:13 radekdoulik 1.3.16.1: #i65589#
workaround for cairo bug, fixes bitmap drawing problem
2006/03/02 17:58:38 radekdoulik 1.2.2.2: Issue number: 62722
Submitted by: radekdoulik
Reviewed by: radekdoulik
2006-02-24 Radek Doulik <rodo@novell.com>
* build/src680-m152/canvas/source/cairo/cairo_canvashelper.cxx
(implDrawBitmapSurface): set source after scale is set
2006/03/02 17:57:19 radekdoulik 1.2.2.1: Issue number: 62722
Submitted by: radekdoulik
Reviewed by: radekdoulik
2006-02-24 Radek Doulik <rodo@novell.com>
* build/src680-m152/canvas/source/cairo/cairo_canvashelper.cxx
(drawPolyPolygonImplementation): check that textures are not empty
(doOperation): fix textures handling, before I misunderstood the
documentation and thought there's one texture per polygon. In real
it is sequence of textures which is used for all polygons. So far
we use only 1st texture from sequence - same as vcl canvas does
for now.