You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
svg2tvg - convert svg to tvg and render tvg to image!
written in zig 0.16.0
dependency name: svg2tvg, module name: svg2tvg
status / background
the main goal is to convert and render icons
there is a z2d based renderer, that has options to overwrite color and stroke width, but its source is not vendored anymore in src/ to simplify dependencies, instead it lives in the examples/ folder, feel free to copy it from there if you need raster based rendering!
if you need triangle based rendering using svg2tvg, its implemented and vendored inside dvui's icon rendering pipeline