2007/12/10 17:45:38 mox 1.4.22.3: RESYNC: (1.5-1.6); FILE MERGED
2007/07/28 15:31:00 mox 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED
2007/06/02 23:05:33 thb 1.4.22.1: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places
2007/03/01 13:45:35 thb 1.4.24.2: #i37778# Made compositing mode operational (to e.g. clear a surface to transparent); made cairocanvas compile warning-free under gcc4.1
2007/02/20 22:23:07 thb 1.4.24.1: #i37778# Added XCanvas::clear() method throughout all implementations
2006/10/09 16:32:35 radekdoulik 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED
2006/10/09 15:57:11 radekdoulik 1.2.20.1: 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.