-
Hello,
Thank you for all of your contribution to the cordova and phone gap world with all your plugins, they have been such a great help. I am posting because I have an issue getting the WKWebView pl…
-
一个页面有多个图表,有的图表有可能只画了一半的大小
dd.createSelectorQuery().select('#xxx').boundingClientRect().exec((res) => {
const pixelRatio = my.getSystemInfoSync().pixelRatio;
const canvasWidth = res[0].width;
…
-
Hey,
I keep trying to pass a frame of video out from my GPU kernel, but I have been running into the fact that the kernel variables are seperate from the rest of my scripting in various ways.
I se…
-
I noticed that the `plotters` integration has some minor rendering issues when compared to the "reference" plotters backend. Given the two minimal reproduction examples:
Example using cushy/kludg…
-
Hello Ian and other maintainers of OSD,
In Gitter I've had some correspondence of the issues I am facing with the Filtering plugin. I would like to apply a filter to each `Tile`, but the filter has…
-
Thank you for this great library!
I'm trying to display multi-styled text with Konva (i.e. a text with some letters in a different color / font / style than others).
It seems that it's not possi…
Eywek updated
3 months ago
-
### How would this new feature help increase access to p5.js?
This feature set would increase access by improving feature parity between Java P5 and p5.js. Js seems more accessible than Java th…
-
Hi,
I am struggling when writing unit tests in a react/jest environment for my canvas drawing methods. In contrast to the built-in browser canvas, I use `node-canvas`:
```
import { createCanvas…
-
Hi,
i am trying to generate Terrain Mesh using the DEMData class by
- fetching a height png for example this one https://web3d.basemap.de/maplibre/dgm5-rgb/14/8797/5379.png
- then generating ne…
pcace updated
1 month ago
-
To define the protocol, we must first agree on an object model. The part that we seem to (more or less) agree about can be illustrated like this:
The canvas is the toplevel window to draw somet…