Pomax
Pomax
There's some verbatim `` that shouldn't be there. 
you can iteratively merge the segments because you have all the information required already encoded in the segments:  For every 2 segments you're merging, all we need to know...
Current code reads: ``` // prepare our values for root finding: x = a value we already know xcoord = our set of Bézier curve's x coordinates foreach p in...
### tl;dr using 0.551777 (`argmin(arclen)`) or 0.551778 (`argmin(area)`) rather than 0.55228 (3 point fit) reduces the approximation error substantially ### The read While κ (i.e. `4(√2 -i)/3`, 0.55228...) is a...
just to take them to a "new issue" template with the section title filled in?
Prettier supposedly has the ability to clean up markdown. If that's true, that would make things like double-newlines introducing rogue `` and `` tags a thing of the past: let's...
as well as change of radius of curvature. see http://stackoverflow.com/questions/10000590/detect-kinks-in-parallel-lines-to-bezier-curves
The `` currently has a reset button that reads "reset", but that should be a string that can be localized: 
Since most folks will be used to how Illustrator's curve molding works, it'll be useful to explain how to effect something that looks similar (if not identical). From a few...
React is nice, Webpack is convenient, but there's just very little need to serve the Primer as "a React app". Simply convert the various parts to HTML directly, and then...