File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed
test/Blazor.Extensions.Canvas.Test.ServerSide/Pages Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
- @page " /"
2
- @inherits IndexComponent
3
-
4
- <h1 >Canvas demo!!!</h1 >
5
-
6
- <a href =" /webgl" >View WebGL page</a ><br >
7
-
8
- Welcome to your new app.
9
-
10
- <BECanvas Width =" 300" Height =" 400" ref =" _canvasReference" ></BECanvas >
1
+ @page " /"
2
+ @inherits IndexComponent
3
+
4
+ <h1 >Canvas demo!!!</h1 >
5
+
6
+ <a href =" /webgl" >View WebGL page</a ><br >
7
+
8
+ Welcome to your new app.
9
+
10
+ <BECanvas Width =" 300" Height =" 400" @ ref =" _canvasReference" ></BECanvas >
Original file line number Diff line number Diff line change 1
- @page " /webgl"
2
- @inherits WebGLComponent
3
-
4
- <h1 >Canvas demo!!!</h1 >
5
-
6
- <a href =" /" >View Canvas2d page</a ><br >
7
-
8
- Welcome to your new app.
9
-
10
- <BECanvas Width =" 800" Height =" 600" ref =" _canvasReference" ></BECanvas >
1
+ @page " /webgl"
2
+ @inherits WebGLComponent
3
+
4
+ <h1 >Canvas demo!!!</h1 >
5
+
6
+ <a href =" /" >View Canvas2d page</a ><br >
7
+
8
+ Welcome to your new app.
9
+
10
+ <BECanvas Width =" 800" Height =" 600" @ ref =" _canvasReference" ></BECanvas >
You can’t perform that action at this time.
0 commit comments