-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"You must enter at least 3 points to define a valid polygon!" #7
Comments
zipped SVG file attached. |
This is caused when a point in the SVG file is repeated, (usually the last point). Also caused by a zero length 'h' or 'v' command, or when the SVG file tries to close itself without a 'z' command. |
Hi, I am still getting this error. Should it be fixed in the current version? |
I'm seeing this error, too. It's caused by the last point being a repeat of the first point. For example:
The image I used with svg2eagle is here: https://www.dropbox.com/s/citvtyfwbmvj692/test.svg?dl=0 When I try and run the generated script in Eagle it throws an error ("You must enter at least 3 points to define a valid polygon!") for each line of the script. |
No idea what I'm doing wrong, but when I use this ULP, I get the above error.
The text was updated successfully, but these errors were encountered: