Product : Engine, Version : 5.1.1.1038, ArticleID : 41024078

Bug : PenWidth is not calculated correct after Scale

Article41024078
TypeBug
ProductEngine
Version5.1.1.1038
Date Added8/16/2005
FixedYes [8/25/2005]
Submitted byMark 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