-
```
public void onModuleLoad() {
VLayout canvas = new VLayout();
canvas.setWidth(300);
canvas.setLeft(20);
canvas.setHeight(500);
final ListGrid listGrid = new ListGrid();
lis…
-
**Kibana version:** 7.2.0 BC3
**Elasticsearch version:** 7.2.0 BC3
**Server OS version:** darwin_x86_64
**Browser version:** chrome latest
**Browser OS version:** OS X
**Original instal…
-
```
public void onModuleLoad() {
VLayout canvas = new VLayout();
canvas.setWidth(300);
canvas.setLeft(20);
canvas.setHeight(500);
final ListGrid listGrid = new ListGrid();
lis…
-
```
public void onModuleLoad() {
VLayout canvas = new VLayout();
canvas.setWidth(300);
canvas.setLeft(20);
canvas.setHeight(500);
final ListGrid listGrid = new ListGrid();
lis…
-
On some occasions I'm getting a thick white line to the left of the image displaying in my div which is captured from another div offscreen.. capture code below -
![Screen Shot 2021-04-17 at 13 …
-
Hello
I am using the latest scripts but i got a error please check my script where i am wrong i am working on svg screenshot but i got a issue.
Here is the issue : TypeError: $(...).html2canvas is …
-
I got this error while running main.py in google colab. Please anyone help me with this.
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||…
-
### Version
5.5.0
### Link to Minimal Reproduction
https://echarts.apache.org/examples/en/editor.html?c=lines-bmap
### Steps to Reproduce
1. Create several lines layers
2. In Chrome, g…
-
```
What steps will reproduce the problem?
In Opera 10.10.
Selected option: embed image (local files)
1. Insert a local image ( from the hard-disk)
2. The image show on canvas
3. Click Save
4. The d…
-
## 🚀 Feature
Implement a method to render the canvas as an RGB image directly.
## Motivation
There are often cases where I would want to export the canvas as an RGB image at its native resolu…