Skip to content
#

html5-canvas

Here are 1,148 public repositories matching this topic...

fnlearner
fnlearner commented Apr 10, 2020
  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

Edit on CodeSandbox

Steps to reproduce

view the diagram in mobile or chorme opening devtool and click the icon of toggling

BizCharts
eonarheim
eonarheim commented Apr 11, 2020

Context

We are dropping support for older browsers, with the wide-spread support of the WebAudio API the need for our own HTML5 tag based implementation of classes is gone.

Proposal

  • Remove AudioTagInstance
  • Update AudioInstance implementation to use WebAudio only (perhaps even simplify)
  • Update any affected tests to remove isseus
kaldrenon
kaldrenon commented Aug 17, 2018

A clear HTML5 canvas should have nothing on it. In my usage, calling ```ctx.clearRect(0, 0, this.canvasWidth, this.canvasHeight)

and then drawing new stuff on the canvas still results in a #FFF rect being put in the resulting SVG. Is there a way to clear the canvas that's to spec with HTML5 canvas?
JvSSD
JvSSD commented Dec 9, 2019

When following along going through the readme, at first I couldn't get the code to compile. Going through the source code, I found out that I also needed the following using entries in _Imports.razor for it to compile:
@using Blazor.Extensions for the BECanvasComponent and
@using Blazor.Extensions.Canvas.Canvas2D for the Canvas2DContext.

This mismatch between the code and the read

Improve this page

Add a description, image, and links to the html5-canvas topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the html5-canvas topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.