rawles / edit.tf

An in-browser editor for teletext frames.
http://edit.tf/
GNU General Public License v3.0
92 stars 19 forks source link

Improve freehand mode #50

Open itszor opened 7 years ago

itszor commented 7 years ago

Freehand mode could be made nicer by perhaps drawing small lines instead of individual pixels. I'm not sure exactly how it'd work, but if possible drawing diagonal lines should avoid drawing "double" pixels where each pixel the mouse covers gets drawn (rather than a single-pixel-wide "natural" curve fit).

Thanks!