BezierInfo-2 icon indicating copy to clipboard operation
BezierInfo-2 copied to clipboard

Missing extreme points in the Curve offsetting section

Open pkolchanov opened this issue 6 months ago • 0 comments

Hi! The example graphics in the Curve offsetting section is misleading, because it doesn’t show extreme points of simplified curves:

I’ve traced the problem. It occurs due to the use of outdated dpoints in the reduce() method. A simple invalidation resolves the issue.

pkolchanov avatar Aug 20 '24 08:08 pkolchanov