INTEGRATION: CWS presfixes03 (1.5.4); FILE MERGED

2005/04/11 15:10:00 thb 1.5.4.1: #i36190# Reduced AA border slightly (after all, it's added to _all_ bound rect sides)
This commit is contained in:
Oliver Bolte
2005-04-18 08:57:32 +00:00
parent 33d668ccdb
commit 7b7fcaed29

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: canvas.hxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: vg $ $Date: 2005-03-10 13:21:31 $
* last change: $Author: obo $ $Date: 2005-04-18 09:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,7 +123,7 @@ namespace cppcanvas
actual primitive bounding box, when the canvas
performs anti-aliasing.
*/
ANTIALIASING_EXTRA_SIZE=3
ANTIALIASING_EXTRA_SIZE=2
};
virtual ~Canvas() {}