-
**Issue by [TomMalbran](https://github.com/TomMalbran)**
_Wednesday Oct 22, 2014 at 15:58 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/9628_
----
The Cubic Bezier inline edit…
-
-
**Please submit only one feature request in one issue!**
If it is UI/UX related, don't post how a single aspect of the UI should be changed, rather in which use-case you felt
the UI is lacking or …
-
1. Use final newton root refinement in cubic roots solve to refine accuracy
2. For clip intersections (xPoints, yPoints), ensure x(t) or y(t) are outside of the clip (side issue) => extra clip paddin…
-
Ill-conditioned quad or cubic curves can have 1 to 5 curvature maxima... so the current basic approach in Stroker is really approximative for thick curves > 5px ...
In branch better-curves, new adapt…
-
I would like to be able to draw SVG objects (using Abode Illustrator or similar), and import these as manipulatable objects in bokeh. Here is a proof a concept that already works (with caveats, see be…
-
Follow-up from https://github.com/airbnb/lottie-android/pull/2518
cc @allenchen1154
gpeal updated
3 months ago
-
Thank you for this superb library!
I noticed creeping memory usage when repeatedly setting the value of a `cubicbezier` blade.
A minimal (but admittedly extreme) reproduction is something [like …
-
In some case, offsetted curve may have a loop because solving the 2nd degree equation is not stable in Stroker.computeOffsetCubic().
Using twice the solution in computeOffsetQuad() based on segment i…
-
Similar to your own derivation, slightly different numbers. At least worth a read and maybe a comparison in that section.
https://spencermortensen.com/articles/beziercircle/