diff --git a/Base/res/html/misc/canvas-path2d.html b/Base/res/html/misc/canvas-path2d.html new file mode 100644 index 0000000000..3531e5dde9 --- /dev/null +++ b/Base/res/html/misc/canvas-path2d.html @@ -0,0 +1,40 @@ + + + + + Path2D test + + +

Path2D test

+

These examples are taken from MDN.

+ +

Basic example

+

Should be a square and a circle, both as outlines.

+ + +

SVG Path example

+

Should display a filled black square.

+ + + + + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index fd5a83e861..0ff3d086e8 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -178,6 +178,7 @@
  • canvas drawImage() test
  • canvas path house!
  • canvas + trigonometry functions
  • +
  • Path2D
  • WebGL Demo - Multiple Contexts and glClear(Color)
  • Wasm

  • WebAssembly Mandelbrot Rendering Demo