diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:22:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:22:36 +0000 |
commit | 3ee4cb62df70523fc31f787da399f92743a99cad (patch) | |
tree | c0a5d7416a2aa2b1859617a3054edf9d38a54701 /offapi/com/sun | |
parent | 611102acd191b5d72ed0546265765f0f6cb9d1d2 (diff) |
INTEGRATION: CWS canvas05 (1.5.10); FILE MERGED
2008/06/03 13:12:40 thb 1.5.10.1: Clarified documentation
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/rendering/FillRule.idl | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/offapi/com/sun/star/rendering/FillRule.idl b/offapi/com/sun/star/rendering/FillRule.idl index 938583468..e91c17e72 100644 --- a/offapi/com/sun/star/rendering/FillRule.idl +++ b/offapi/com/sun/star/rendering/FillRule.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: FillRule.idl,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -39,12 +39,16 @@ module com { module sun { module star { module rendering { */ enum FillRule { - /** Fill every area, which is within one or more of the - poly-polygons polygons.<p> + /** Fill every area, where, when travelling along a line, the + summed winding number (that is, -1 for a + counter-clockwise-oriented polygon, and +1 for a + clockwise-oriented) is non-zero.<p> For example, a poly-polygon consisting of two concentric - circles is filled the same way as if only the outer circle - would exist.<p> + circles with similar orientation is filled the same way as if + only the outer circle would exist. If both have opposite + orientation, then the filled representation looks the same as + if filled with the EVEN_ODD fill rule.<p> */ NON_ZERO, |