svgtoeagle icon indicating copy to clipboard operation
svgtoeagle copied to clipboard

Complex Polygons result in unusable scripts

Open owendelong opened this issue 4 years ago • 1 comments

A sufficiently complex figure will result in a script which has line lengths in excess of Eagle's parser's maximum and thus it will not properly handle the script.

Recommended solution: Alter the code to place newlines on lines of excessive length.

Eagle will parse continuation lines until it sees a ; so there is no problem with using them.

owendelong avatar May 08 '20 19:05 owendelong

Thanks, that sounds like a good plan. Any chance you could contribute a change for it?

gfwilliams avatar May 11 '20 07:05 gfwilliams