-
```
What steps will reproduce the problem?
1. try to call "canvas.toDataURL()"
What is the expected output? What do you see instead?
Expected : a PNG export of canvas data
Instead : function does not…
-
```
What steps will reproduce the problem?
1. try to call "canvas.toDataURL()"
What is the expected output? What do you see instead?
Expected : a PNG export of canvas data
Instead : function does not…
-
```
What steps will reproduce the problem?
1. try to call "canvas.toDataURL()"
What is the expected output? What do you see instead?
Expected : a PNG export of canvas data
Instead : function does not…
-
```
What steps will reproduce the problem?
1. try to call "canvas.toDataURL()"
What is the expected output? What do you see instead?
Expected : a PNG export of canvas data
Instead : function does not…
-
As terminal background might differ the color scheme needs to match.
To avoid this I would like to set background color to black.
I tried this:
t, err := tcell.New(tcell.ClearStyle(cell.ColorDef…
-
I think that by default, alpha blending should be enabled in the default gl::Context. Below is my case:
The common case when you don't want alpha blending is drawing 3d content, which sill requires …
-
### Describe the issue
I tried to convert image to tensor, but none of method works
node_modules/onnxruntime-common/lib/tensor-factory.ts
```javascript
export interface TensorFactory {
/**
…
-
## Steps to Reproduce
Checkout the code below where I create a custom painter "MyPainter". The painter draws a line from left to right of the screen and adds a shadow along the same path using `canv…
-
```
What steps will reproduce the problem?
1. try to call "canvas.toDataURL()"
What is the expected output? What do you see instead?
Expected : a PNG export of canvas data
Instead : function does not…
-
Right now the canvas width is explicitly set in source code. This should change and the canvas size should be set based on the width of the DIV element that contains it.
I've tried to make this chang…