BlazorCanvas icon indicating copy to clipboard operation
BlazorCanvas copied to clipboard

A high performance dotnet 7 blazor wrapper around the HTML5 Canvas

Results 4 BlazorCanvas issues
Sort by recently updated
recently updated
newest added

I was moving from the using Blazor.Extensions.Blazor to this one and enjoy the library but stumbled upon a problem. When I add more than one canvas it seems drawing ends...

I wonder if it is possible to render the tag in the Text. ctx.FillText("KidLable", 0, 10); Thanks!

https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API

enhancement