mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-19 22:41:52 +00:00
![]() vector is designed for c++ syntaxes, it works properly when c++ memory allocator is applied, Here svg_loader uses c style structures which allocated using malloc()/calloc(). That brings the memory broken of stl vectors. So, we replaced it with our customized SvgVector to easily fix it. |
||
---|---|---|
.. | ||
svg | ||
meson.build |