Skip to content
#

Canvas

The Canvas API provides a means for drawing graphics via JavaScript and the HTML canvas element. Among other things, it can be used for animation, game graphics, data visualization, photo manipulation, and real-time video processing.

Here are 7,305 public repositories matching this topic...

Luckysheet
zcorpan
zcorpan commented Jul 6, 2022

https://html.spec.whatwg.org/multipage/images.html#updating-the-image-data

step 13:

If urlString is the same as the current request's current URL and current request's state is partially available, then abort the image request for the pending request, queue an element task on the DOM manipulation task source given the img element to restart the animation if restart animation is set, and re

good first issue topic: img
ntrous
ntrous commented Jan 11, 2022

I use these charts on a webpage with other content. As people scroll down the page, if the mouse goes over the chart, the chart stops the page from scrolling and instead starts zooming the chart.

I know I can disable the zooming on the chart, but instead I'd like to change the key binding for zooming to 'cmd + mousewheel'.

That way a user has to explicitly hold down the cmd key when they wan