02Geek HTML5 and JavaScript, TypeScript, React, Flash, ActionScript online School
Previous VideoPrevious Video

Drawing our first canvas lines

<p>We learned as we created the flag for Palau that when we create a circle using the arc method, we have to trigger a request separately to fill the shape. This is true for all shapes that we create from scratch, and it is true for creating lines as well. In this lecture, we move our attention to lines. </p><h2>Keynotes:</h2><ul><li> Moving our mouse pointer with the moveTo method.</li><li> Drawing a line with the lineTo method.</li><li> The difference between fill and stroke.</li></ul>

Drawing our first canvas lines

In this lecture, we move our attention to lines.

10:21

Meeting canvas paths

By the end of this lesson you will understand how to work with paths in HTML5 Canvas.

05:43

Drawing triangles with paths

By the end of this lesson you will know how to work with the beginPath and closePath methods and create your own geometric shapes.

08:35

Creating the Flag of Guyana

In this lecture we will take advantage of this new utility function to create the flag of Guyana. In the process we will learn how to create relative designs that can easily scale.

12:59

Creating Multi Pointed Shapes ( Kingdom of Bahrain )

By the end of this lesson you will have a deep understanding of how to work with paths to create complex shapes.

09:04