Interpolation is now done when drawing. It makes more sense to interpolate once and store points with the two control points already computed. Should speed things up a bit, too.
That's a must for saving to SVG (#2, #3), too. If this app shows smooth paths but stores only jagged lines, the SVG export would be a lie.
Interpolation is now done when drawing. It makes more sense to interpolate once and store points with the two control points already computed. Should speed things up a bit, too.
That's a must for saving to SVG (#2, #3), too. If this app shows smooth paths but stores only jagged lines, the SVG export would be a lie.