You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Client-side Blazor lets graphics models written in C# compile-down to WebAssembl
46
46
47
47
Description | Screenshot
48
48
---|---
49
-
**[Animation in the Browser with Blazor WebAssembly and HTML Canvas](/examples/2021-01-07-blazor-html-canvas)** ([demo](https://swharden.com/software/csdv/2021-01-07-animation-with-blazor-and-html-canvas/app/)) - This program demonstrates how to write a graphics model in C# and render it using the `Blazor.Extensions.Canvas` to draw on a HTML canvas. | 
49
+
**[Animation in the Browser with Blazor WebAssembly and HTML Canvas](/examples/2021-01-07-blazor-html-canvas)** ([demo](https://swharden.com/blog/2021-01-07-blazor-canvas-animated-graphics/app/)) - This program demonstrates how to write a graphics model in C# and render it using the `Blazor.Extensions.Canvas` to draw on a HTML canvas. See the [blog post](https://swharden.com/blog/2021-01-07-blazor-canvas-animated-graphics) for details | 
Details for this project are in a blog post: [**Draw Animated Graphics in the Browser with Blazor WebAssembly**](https://swharden.com/blog/2021-01-07-blazor-canvas-animated-graphics)
0 commit comments