Skip to content

midudu/CubicBezierCurve2Arcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

  • This project is to convert a cubic Bezier curve to a series of arcs.

  • The algorithm used in this project is from the paper "Approximation of a planar cubic Bezier spiral by circular arcs, D.J. Walton*, D.S. Meek".

  • The main function in the "TestBezierCurveToArcs" class provides an example of how to use this tool.

  • A javascript file is added to the example folder to zoom and move the svg object. This javascript file is from the svg-pan-zoom repository.

  • Make sure the "svg-pan-zoom.js" file and the .html file generated by this tool in the same folder.

About

Convert a cubic bezier curve to a series of arcs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published