Drawing arcs
There are three types of curves we can create in canvas%u2014using the arc, quadratic curves, and Bezier curves. In this lecture we will move our attention to the arc again and this time really master it's full capabilities. In the end of this lesson we will create a pacman and a pie chart example.
Keynotes:
- Creating a pie chart.
- Creating a pacman.
- Working with arcs.
Ready to Level Up Your Skills?
Join thousands of learners on 02GEEK and start your journey to becoming a coding expert today!
Enroll Now for Free!Drawing arcs
In this lecture we will move our attention to the arc again and this time really master it's full capabilities.
07:11
Drawing with quadratic curves
A quadratic curve is a curve that has one control point. Consider the case when creating a line, we draw it between two points.
07:37
Drawing with bezier curves (2 control point)
A bezier curve is a curve that has two control point. Consider the case when creating a line, we draw it between two points.
04:54
Drawing images into canvas
In this lesson we will learn how to add images into canvas, how to resize them and how to maintain there original ratio.
07:21
Creating an interactive linear Gradient
By the end of this lesson you will know how to work with linear gradients.
09:23
Working with interactive Radial Gradient
In this lecture we will learn how to create with it and understand how to control the two anchor points and radius of the gradient.
06:25