-
Hello all. Do we have any online chat channel for discussion?
Such as => https://gitter.im/thorvg/community
Otherwise, how about create gitter one?
-
we turn off the anti-aliasing for the shape if the stroking is enabled (for performance)
but it should not turn off the anti-aliasing if the stroking is dash style...
-
==31565== 64,892 (24 direct, 64,868 indirect) bytes in 1 blocks are definitely lost in loss record 570 of 571
==31565== at 0x4C3217F: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_me…
-
`scene->clear(true)` seems not release all required memory.
Test scenario posted below result in 24,099 definitely lost bytes (456,099 bytes for jfill(255,0,0, 255);
scene->push(move(sha…
-
I want a function to draw points, because I want to draw dot matrix text, please, I like your library, after reading it for a day, I didn’t realize this function
-
Hi! Thanks for the amazing library! We're trying it out on an embedded device with some svg instructions. I noticed the SVG contains quadraticCurveTo but Thorvg only supports CubicTo.
I'm a noob i…
-
The problem does not occur every time
Screens from AnimateMasking.cpp with a small change in the position of the circle to highlight the problem:
//mask
auto maskShape = tvg::Shape::gen…
-
v8.1 is released so I open this issue to plan v8.2. In order really have a "Planning phase" for the next release I'm about to leave this issue open until 31 December and focus on implementation after …
-
If ClipPath has just an orthogonal rectangle, we don't need to use rle passion for clipping, we can adjust bounding box of the rendering shapes simply.
See related patch:
https://github.com/Samsun…
-
- Implemented basic support for Rlottie format in LVGL
- Idea was taken from lv_lib_gif
- Tested on simulator x86 MSVC x64
- Needs testing with different hardware
- Needs testing with difference s…