Pomax

Results 420 issues of Pomax

There's some verbatim `` that shouldn't be there. ![image](https://user-images.githubusercontent.com/177243/116283740-16132b80-a741-11eb-96d6-5564d7674bba.png)

bug
enhancement

you can iteratively merge the segments because you have all the information required already encoded in the segments: ![image](https://user-images.githubusercontent.com/177243/114771318-44484280-9d21-11eb-8a95-ef5b325c0e45.png) 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...

enhancement

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: ![image](https://user-images.githubusercontent.com/177243/97733046-8d1e7e80-1a94-11eb-967e-62752701c2e5.png)

enhancement
localization

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...

enhancement

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...

enhancement