Fundamentals of SVG Programming: Concepts to Source Code (Graphics Series)
|
|
|
Summary
This chapter focused on how you can create very pleasing curvilinear graphics images that are based on quadratic Bezier curves and cubic Bezier curves. In particular, you saw examples of the following:
-
the SVG path element for generating quadratic Bezier curves
-
the SVG path element for generating cubic Bezier curves
-
the SVG path element for generating multiple Bezier curves
|
|
|