- HTML5 Canvas Cookbook
- Eric Rowell
- 70字
- 2021-08-27 12:08:06
Introduction
In Chapter 1, Getting Started with Paths and Text, we learned how to draw sub paths such as lines, arcs, Quadratic curves, and Bezier curves, and then we learned how to connect them together to form paths. In this chapter, we'll focus on basic and advanced shape drawing techniques such as drawing rectangles and circles, drawing custom shapes, filling shapes, working with composites, and drawing pictures. Let's get started!