logoalt Hacker News

Curvature Beziers – Improving on a timeless recipe

38 pointsby boxedlast Wednesday at 5:36 AM3 commentsview on HN

Comments

adamschwartztoday at 5:38 PM

What an amazing resource.

I’ve been building a vector editor that by default draws shapes with smooth curvature and shows the comb. [1] In addition to the four point types mentioned in the article, you get a new “curve” point type. I’ve also been making a font editor with the same drawing capability. [2]

Both are free static web apps that use local storage and have import/export capability for SVG files (and OTF files for the font editor).

[1] https://svg.a10z.co/editor

[2] https://svg.a10z.co/font

show 1 reply