INTEGRATION: CWS aw033 (1.5.48); FILE MERGED
2008/07/24 09:01:10 thb 1.5.48.1: Clarified documentation of MiterLimit
This commit is contained in:
parent
cdaf219c60
commit
1add27b901
1 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: StrokeAttributes.idl,v $
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -70,6 +70,11 @@ struct StrokeAttributes
|
|||
equivalent to setting
|
||||
<member>StrokeAttributes::JoinType</member> to
|
||||
<member>PathJoinType::BEVEL</member>.<p>
|
||||
|
||||
Before performing the actual comparison, implementations will
|
||||
multiply the MiterLimit with the current StrokeWidth, such
|
||||
that, with phi being the angle between the two joining
|
||||
segments, MiterLimit=1/sin(phi/2.0).<p>
|
||||
*/
|
||||
double MiterLimit;
|
||||
|
||||
|
|
Loading…
Reference in a new issue