-
**Description of new feature**
_What should the new feature do? For visual features, include an image/mockup of the expected output._
Allow image export of the figure.
- Export two images: t…
-
使用Canvas画图,代码大致如下:
`let ctx = Taro.createCanvasContext('myCanvas', this)
console.log('===图片信息==',images)
let front = images.front
console.log('==底图信息==', front)
ctx.drawImage(…
-
查了一下pixi的源码,是TextMetrics._canvas,他6.3.0后的版本改成了双下线
private static __canvas: HTMLCanvasElement | OffscreenCanvas;
private static __context: CanvasRenderingContext2D | OffscreenCanvasRenderingContext2D…
-
When trying to add PIXI Viewport to an applications stage when using typescript. It seems like it's very similar to the error in [#348](https://github.com/davidfig/pixi-viewport/issues/348) which is
…
ktwrd updated
2 years ago
-
Overwriting the subtitle stream by calling the function `setTrackByUrl` does not work anymore.
Workaround (for Chromium browsers at least):
Destroying the old JASSUB instance and creating a new on…
-
**Description of new feature**
_What should the new feature do? For visual features, include an image/mockup of the expected output._
Include an on-screen legend for the network figure.
- Th…
-
Hello, I have the same symptoms of this issue: https://github.com/pixijs/pixijs/issues/8174
But the problem isn't fixed for me yet, and the solution there (installing @types/offscreencanvas) did no…
-
### 相关平台
微信小程序
**小程序基础库: 2.25.3**
**使用框架: Vue 3**
### 复现步骤
微信小程序文档,该方法接收一个初始化参数:从基础库 2.16.1 开始改为 wx.createOffscreenCanvas(options: object): OffscreenCanvas,向下兼容旧版入参。
### 期望结果
接收一个参…
-
It was possible to compile with the latest Emscripten, for that I had to recompile the OF libs (FreeImage or freetype for example) with the current Emscripten and made some other small changes like us…
-
Hi,
My java script has the following call to c++ and it failed to load `addFunction`:
```
_Native_Attach(this.getID,
allocateUTF8("OnObjectSelected"),
…