svgtoeagle
svgtoeagle copied to clipboard
Complex Polygons result in unusable scripts
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.
Thanks, that sounds like a good plan. Any chance you could contribute a change for it?