BlazorExtensions / Canvas

HTML5 Canvas API implementation for Microsoft Blazor
MIT License
602 stars 145 forks source link

Added Class and Style parameters. #118

Closed KieranFoot closed 2 years ago

KieranFoot commented 2 years ago

I have added Class and Style parameters to allow for styling of the Canvas via CSS. This means we are able to set the size of the canvas via CSS and not only it's drawing size.

KieranFoot commented 2 years ago

Please see PR #119 as that may be a better option instead of this PR.