-
Something akin to your jsEventsLib was on my to do list. That is, the ability to ask for JS UI Events from C w/o having to write JS code to send each event.
Please add it as a built-in library. S…
-
### Bug reports:
I have been using html2canvas for a while and everything was working fine, until I tried DaisyUI and then I started having a rendering issue with the color. If you use that library…
-
## Summary
CanvasKit renderer can use WebGl or CPU, while using it it generates a Canvas to paint the surface on it, usually this canvas is larger than the current surface, so it draws the surface:…
-
### Bug description
Building for wasm not supported
### Steps to reproduce
Flutter build web --wasm
### Code sample
Code sample
```dart
import 'package:flutter/material.dart';
import 'packag…
-
The conic gradient script should be updated, as it uses a version of the conic gradient polyfill that is a few years ago.
The latest and most feature-rich version appears to live at https://github.…
-
### Bug reports:
When I have several DOM Nodes with same z-index, and let them stacked by absolute position, in real render process, the content in last node can be displayed. But when screenshot…
-
```js
const pattern = context.createPattern(image, 'repeat');
pattern.setTransform() // `setTransform` is undefined.
// etc.
```
I checked the type definition, `setTransform` function is there…
-
$(3) pkg.HtmlElement
-
Hello @JD557, first of all thanks for such a nice library. I've been playing around with it and I like it so far. I was wondering if contributions are currently accepted? I noticed that the library la…
-
Hi!
I have been playing around with saving what is seen on a canvas into a video file using the new WebCodec APIs.
I have been successful at creating a webm file using the `webm-muxer` project.
…