Canvas-Toolkit / CanvasKit

A comprehensive library for working with the Canvas API.
MIT License
20 stars 12 forks source link

Add Implementation for drawRect and drawCircle Methods #16

Open rohan-joshii opened 1 year ago

rohan-joshii commented 1 year ago

This PR implements the drawRect and drawCircle methods in the Context2dRenderer class. These methods enable the rendering of rectangles and circles on an HTML canvas element using the HTML5 Canvas API.