kilobtye / potrace

A javascript port of Potrace
GNU General Public License v2.0
293 stars 78 forks source link

Line segment has 4 values #1

Open FlorisVeldhuizen opened 9 years ago

FlorisVeldhuizen commented 9 years ago

The L segment in the path string gets 4 values, while only the first 2 get used in drawing the vector. You could consider leaving the last two out!

iwsfg commented 8 years ago

Specification says that L command can accept multiple x y pairs.

It's intended to draw two lines there and produced output is correct