DarwinNE / FidoCadJ

FidoCadJ is a free user-friendly vector graphic editor for MacOSX, Linux, Windows and Android with a library of electronic symbols.
http://darwinne.github.io/FidoCadJ/
GNU General Public License v3.0
113 stars 40 forks source link

Proposal: Extend the limit of 250 points in drawing curves #129

Closed Max2433BO closed 7 years ago

Max2433BO commented 7 years ago

Hi, @DarwinNE

A mutual friend, Electroyou forum user, asks if it's possible to extend the limit of 250 points in the tracing of open curves or closed curves.

This is because, by using another program that translates images from jpeg files in .fcd, if that generates a curve with more than 250 points this is no longer visible.

Bye, Max

DarwinNE commented 7 years ago

Addressed in commit 93bf194

DarwinNE commented 7 years ago

Fully addressed in commit 4f3f3b8

The limit is now 10000 tokens in a line, which means that a curve can contain almost 5000 points.