-
[Here's a fiddle](https://jsfiddle.net/greggman/eb2gg3xk/) based on this [SO question](http://stackoverflow.com/questions/36565598/webglcontextcreationerror-event-is-it-triggered-synchronously)
The c…
-
![image](https://user-images.githubusercontent.com/3898789/35547523-75f1fba8-05b4-11e8-9a91-6ca8d6249b46.png)
-
`
/** @jsx jsx */
import { jsx, Canvas, Chart, Interval, ScrollBar, Axis } from '@antv/f2';
const data = [
{
name: 'London',
月份: 'Jan.',
月均降雨量: 18.9,
},
{
name: 'Lond…
-
```
What steps will reproduce the problem?
See code underneath. Works under Firefox but not IE8.
What is the expected output?
Picture rotated (resp. scaled or transformed).
What do you see instead?
…
-
By the description:
var canvas = fx.canvas();
Before you can apply any filters you will need a canvas, which stores the result of the filters you apply. Canvas creation is done through fx.canvas(), w…
-
### Product
axe-core
### Product Version
4.10.0
### Latest Version
- [X] I have tested the issue with the latest version of the product
### Issue Description
#### Expectation
The report passes…
-
```
What steps will reproduce the problem?
var canvas = document.getElementById("canvas");
var context = canvas.getContext("2d");
var y = 10;
var x = 50;
function A() {
this.text = "Hello";
…
-
A text editor that runs within a voxel.js world
This was sort of possible with [voxel-webview](https://github.com/deathcap/voxel-webview), embedding an ordinary HTML textarea, but this is better — a …
-
## Description
Using a Data URI scheme instead a classic HTML/JS bypasses the readout API block
## Expected Behavior
The readout API block, if set in the add-on configuration, should work in an…
-
When I try and use an image with any more characters then just a simple email or website, I keep getting a thrown exception that just says 'Error'
to reproduce, just go to the demo page: http://webq…