mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-10 14:41:50 +00:00
![]() loader->stack.pop() at line 3271 is called to remove the defs node added to the stack due to nested graphics elements. However, it is called in an inappropriate situation and the loader's node tree is damaged. Fixes an error where the close tag is recognized as a `line` of the graphics tag when it is `linearGradient`. ex) ``` <defs id="def"> <linearGradient x1="1" y1="2" x2="3" y2="4" id="l"/> </linearGradient> <rect x="10" y="10" width="10" height="10" fill="blue" id="r2"/> </defs> ``` related issue: https://github.com/thorvg/thorvg/issues/2518 |
||
---|---|---|
.. | ||
bindings | ||
common | ||
loaders | ||
renderer | ||
savers | ||
meson.build |