-
Hey!
I want to use `GPUOffscreenCanvas` with 2 context but when calling this code:
```ts
const canvas = new GPUOffscreenCanvas(1024, 1024);
const context = canvas.getContext('2d');
consol…
-
IIUC, there is a proposal to allow canvas to `transferToWebGPU`
This seems like it has several issues.
* The canvas might not be compatible with the WebGPU device. In this case, a copy is needed…
-
Right now the app just checks for motion to record laps. Can the app be extended to recognize a car based on an ArUco Marker?
https://claude.ai/chat/0f1b2052-089e-4834-86ed-25df68f60b65
To imple…
-
It appears that drawImage() and its overloaded counterpart both have images to be displayed that are not being shown.. broken links.
http://www.blackberry.com/developers/docs/webworks/api/CanvasRende…
tneil updated
12 years ago
-
Does not seem to be able to handle negative dimensions/values for sw, sh parameters.
-
### WebKittens
@smfr @annevk
### Title of the proposal
Canvas place element
### URL to the spec
https://html.spec.whatwg.org/
### URL to the spec's repository
https://github.com/WICG/canvas-pla…
-
There are a handful of canvas features that are already done (canvas-context-lost, canvas-createconicalgradient, canvas-reset, etc). All of these include both the general Canvas 2D context, and the Of…
-
I got several issue trying to use C2S to export a graph generated with Chart.js
On stackoverflow, I found out that C2S was lacking some method (getContext, style, getAttribute, and addEventListener…
-
**Version info**:
```
qutebrowser v3.2.1
Backend: QtWebEngine 6.7.2
based on Chromium 118.0.5993.220
with security patches up to 125.0.6422.142 (plus any distribution patches)
(source: api…
-
There are a lot of possible semantics for importing canvases as `GPUExternalTexture`s. This issue was first raised by @shaoboyan here: https://github.com/gpuweb/gpuweb/issues/1415#issuecomment-8015795…