BlazorExtensions / Canvas

HTML5 Canvas API implementation for Microsoft Blazor
MIT License
614 stars 146 forks source link

Support for arbitrary attributes. #119

Closed KieranFoot closed 2 years ago

KieranFoot commented 2 years ago

This PR not only addresses requests for specific attributes, but also satisfies #75 to allow for arbitrary attributes. I personally would favour this over my other PR #118 as it's fully dynamic.