-
What if user wants convert many svg files at once? ThorVG could allow loading multiple svg files from the file dialog box and export them altogether?
-
It might be better if the ThorVG viewer display the information of the SVG resource to check the unnecessary properties are used.
See the previous version history
https://github.com/Samsung/thorvg…
-
Releasing tvg format is just around the corner, ThorVG Viewer needs to import the tvg files (like svgs) and display the result on the screen. Plus, It can export to tvg files after converting from the…
-
Would like to support this.
[neural-blend-shapes-camera-ready-page-1.zip](https://github.com/Samsung/thorvg/files/6702512/neural-blend-shapes-camera-ready-page-1.zip)
![image](https://user-image…
-
Is it possible to make it so when the jpg loader is not used it set to 0 alpha rather than black?
-
Below is a snippet of lines in different sizes. The lines are unnecessarily interpolated (no scaling there); their color is visually different than expected by developer.
```
if (!canvas) ret…
-
If picture size is changed after loading, clippath doesn't scale properly.
Snippet:
```
static unique_ptr swCanvas;
void tvgDrawCmds(tvg::Canvas* canvas)
{
if (!canvas) return;
…
-
-
Unsupported SVG Elements used = ["xxx", "yyy", "zzz"] ??
-
Support designated web viewer to test/preview any thorvg behavior result.
Good reference is www.rlottie.com