-
-
Notifications
You must be signed in to change notification settings - Fork 568
Open
Description
Hi!
The path in the SVG created with Illustrator is imported incorrectly in the current version (v7.14.1). When there are two decimal points in a row, the Regular Expression decodes it incorrectly.
I made the following modification in the code (GcodeFromSVG.cs, line 760): string argMatcher = @"((-|)\d+(\d+|)((((E|e)(-|+|))|.)\d+|)|((-|).\d+))"; //@"((-|)\d+(.\d+|)((((E|e)(-|+|))|.)\d+|)|((-|).\d+))"; So it looks like it works fine. Although I haven't tested it fully.
Regards: István

Metadata
Metadata
Assignees
Labels
No labels