-
As described in #3352 and #3353, there is a need to swap the runtime under the Canvas when rendering with a WebGPU context or other alternative (e.g., Skia, ANGLE). `expo-gl` should be at minimum opti…
-
If you set a custom width/height to the canvas, then use toDataURL, the image exported is wrong/not the same as the image shown.
Example:
`render() {
const canvasWidth = 900
const …
-
The spec isn't really clear, though. Let's see what other browsers do to webgl / uninitialized canvases.
CC @emilio @nox
-
### Expected behavior
I expect the generated content to fit the canvas size.
Example of there it's working, with only a few data in the dataset:
![billede](https://github.com/chartjs/Chart.js…
-
The issue with the current way of doing it, is that the change is not global; i.e. the mock canvas object is reset during regular usage by any component. This makes it kind of useless for unit tests.
…
-
**Describe the bug**
On Windows 10+, although there is native support for most of the emoji, the national flags such as 🇹🇼 are not really "supported" and one will only see two characters instead of t…
-
Canvas 2D [hit regions](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/addHitRegion#Browser_compatibility) are experimental and required to be explicitly enabled on Chrome.
…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/4ian/GDevelop/issues)
### Describe the bug
![image](https://github.com/4ian/GDevelop/assets/1…
Bouh updated
5 months ago
-
I got `Uncaught TypeError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The provided float value is non-finite.` error while executing below snippet.
```
var canvas = d…
-
StageBillboardはpixi.jsの2Dコンテキストのサポート廃止によって削除された。
同様の機能を別のライブラリで再現する。
https://github.com/konvajs/konva
同一の高解像度テクスチャをビルボード間で共有すると、再描画とGPUメモリへの転送がボトルネックとなる。
再描画の頻度が低いビルボードが多種ある場合は、テクスチャを共有しない方がパフ…