bezierjs icon indicating copy to clipboard operation
bezierjs copied to clipboard

A nodejs and client-side library for (cubic) Bezier curve work

Results 75 bezierjs issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hi! `intersects(line)` returns `[]` When one of Bessel's endpoints is on a horizontal line segment. It is similar to #76 . ```js const { Bezier } = require("bezier-js"); const fromPos...

I have no idea this is due to mathematical limitation or not since i'm not pro at math :| (`.outline` is failed too) This is the curve what it looks...

bug

First, thanks for the great library! This is awesome :> It helps me a lot. `.split(0, 0)` returns what `.split(0)` returns, which has `left` and `right` curves. I think `.split(0,...

bug
enhancement

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

They're currently quadratics, which is kind of silly.

I take your "outline" example with the same coordinates of points and with the same "d" parameter. Most result points are correct, but, some points have the significant offsets

This is a follow-up to #101. I recently came across [this paper](https://hcklbrrfnn.files.wordpress.com/2012/08/bez.pdf) outlining an algorithm by Roger Willcocks for subdividing Bezier curves based on "flatness", which means a maximum error...