INTEGRATION: CWS aw033 (1.15.10); FILE MERGED
2008/07/11 11:30:46 aw 1.15.10.2: RESYNC: (1.15-1.16); FILE MERGED 2008/05/28 06:30:48 thb 1.15.10.1: Merge from canvas05 - fixing display of closed curves
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: cairo_canvashelper.cxx,v $
|
||||
* $Revision: 1.16 $
|
||||
* $Revision: 1.17 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
@@ -856,10 +856,6 @@ namespace cairocanvas
|
||||
cairo_matrix_init_identity( &aIdentityMatrix );
|
||||
cairo_set_matrix( pCairo, &aIdentityMatrix );
|
||||
|
||||
cairo_set_fill_rule( pCairo,
|
||||
eFillrule == rendering::FillRule_EVEN_ODD ?
|
||||
CAIRO_FILL_RULE_EVEN_ODD : CAIRO_FILL_RULE_WINDING );
|
||||
|
||||
for( sal_uInt32 nPolygonIndex = 0; nPolygonIndex < aPolyPolygon.count(); nPolygonIndex++ ) {
|
||||
::basegfx::B2DPolygon aPolygon( aPolyPolygon.getB2DPolygon( nPolygonIndex ) );
|
||||
const sal_uInt32 nPointCount( aPolygon.count() );
|
||||
|
Reference in New Issue
Block a user