-
on mac with asan (without hangs):
```
thread '' panicked at src/lib.rs:3421:45:
invalid bind group
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
libc++abi: termina…
-
Hello, everyone!
I'm really enjoying ThorVG.
Unfortunately, I'm having a crash, when using the C API function `tvg_picture_load` on a SVG file.
The crash happens when there is an accented latin cha…
-
The [raw `Picture::load` overload](https://thorvg.github.io/thorvg/html/classtvg_1_1Picture.html#a1fdf75092cebaa7cde48d6a7d4946368) takes a `uint32_t *data` described as "A pointer to a memory locatio…
-
- [x] Repeater
- [x] Trim Path
- [x] Rounded Corners
- [x] Offset Path
- [ ] Merge Path
See: https://lottiefiles.github.io/lottie-docs/shapes/
-
To implement text wrapping, it would be useful to be able to get information about how many characters of a given string fit into a given width. It would be best if such a method did not render the te…
-
+ https://svgwg.org/svg2-draft/text.html
+ It seems to be possible to embed the required fonts
(but can lead to an impractical file size and latency):
[Data URI scheme](https://en.wikipedia.…
capnm updated
2 months ago
-
To align with the results from AE (as well as SVG specs), the formula should take the following form:
``` max(min(s.x/2, r), min(s.y/2, r))```
sample:
[roundedRect.json](https://github.com/us…
-
**Build Configure**
`meson setup builddir -Db_sanitize="thread" -Dloaders=all -Dengines=all -Dexamples=true`
The next examples have a suspicious thread sanitizer reports. Maybe false positive? Nee…
-
## overview
it seems like this repo is completely based on the canvas renderer, as it requires a `canvas` element to function properly. are you planning to integrate the svg renderer as well at som…
-
`` This SVG crashes GodSVG.
ThorVG issue to track: https://github.com/thorvg/thorvg/issues/2116