-
When compiling a rust project to webasm, using command: "wasm-pack build --debug --target web"
Given slint ver. "1.0.0"
Then compilation fails with error:
no method named `font_fallbacks_for_req…
-
I haven't reduced this to FT calls vs. Fontations calls yet, but in my comparison of Skia backends I get:
```
fontations:
gid: 36 advance: 15.33600044250488281250 gid: 68 advance: 13.46399974822…
-
I'd like a transform that adds an alpha channel in the output, if the image doesn't have one.
Essentially I want to have it be able to make the output always be RGBA8, regardless of whatever the fi…
-
https://github.com/RazrFalcon/tiny-skia/blob/00d477829fd66853dcb853e60808b8b435197da2/examples/fill.rs#L4-L10
Was just browsing the examples and spotted this. Presumably line 10 should be modifying `…
-
### What Operating System(s) are you seeing this problem on?
Linux X11
### WezTerm version
20220322-095052-5c8ff787
### Did you try the latest nightly build to see if the issue is better (or worse…
-
Continuing #80, running `cargo audit` shows multiple vulnerable dependencies (some with really bad sounding descriptions):
```
$ cargo audit
Fetching advisory database from `https://github.co…
-
Go to https://crates.io/crates/tiny-skia-path/, click on the repository link (https://github.com/RazrFalcon/tiny-skia/path), get 404.
-
On WASM, `button` compiles fine, but causes the app to not display when using a String instead of a `&'static str`.
**To Reproduce**
This code works as expected:
`ui.button("{h:?},{v:?}")`
But t…
hkBst updated
10 months ago
-
### Description
Try to rotate any image and it will collapse the pixel counts down to just one once you hit 90 degs.
For example:
```
#rotate(90deg, image("Screenshot from 2023-06-03 22-10-27.pn…
-
With lots of distros coming in wayland nowadays we should target wayland too and make it run there.
Also maybe a List of working and todo Stuff could be added to the README.md or in https://github.…