A collection of tools for manipulating and analyzing SVG Path objects and Bezier curves.
557
stars
142
forks
source link
Convert a path which consists of multiple CubicBezier curves into a svg circle element #119
Closed
codingforpleasure closed 4 years ago
Given the following Path:
I have read, the standard approach is to divide the circle into four equal sections, and fit each section to a cubic Bézier curve.
I was wondering is there a way to convert a path into simple svg circle element (Like this)?