/html5-canvas

practice of HTML5 Canvas

Primary LanguageJavaScript

HTML5 Canvas Graphics and Animations

This repo was created to store my practice work of HTML5 Canvas API. The work was created only for practice and fun.

Project Description

Round Rectangle

  • Wrote a function that draws a round cornered rectangle to get myself familiar with the CanvasRenderingContext2D.arcTo() method.