Bug : PenWidth is not calculated correct after Scale
Article | 41024078 |
Type | Bug |
Product | Engine |
Version | 5.1.1.1038 |
Date Added | 8/16/2005 |
Fixed | Yes [8/25/2005] |
Submitted by | Mark Mabry |
Keywords | |
Subject
PenWidth is not calculated correct after Scale
Summary
vdFigure.Scale()
When applying this to a selected figure, such as a polyline, the pen width is scaled incorrectly. For example if the current pen width is 10, and we apply a scale factor of 0.5, the resultant pen width is not 5 ( 10 * 0.5 ), but rather 2.5 ( 10 * 0.5 * 0.5 ).
Solution
It is fixed in 5.1.1.1039