thorvg/src
Mira Grudzinska f204c3e2aa svg: fix nested use nodes
Previously, only single-level <use> references were supported.
If a <use> node pointed to another element that itself contained
a <use> node, the reference wasn’t resolved.
This has been fixed by replacing the array of postponed elements
with a list. The list is traversed, and nodes aren’t cloned while
they or any of their children remain unresolved. In such cases,
the target element also gets added to the list, enabling recursive
resolution of nested href references.

issue: https://github.com/thorvg/thorvg/issues/3615
2025-07-22 16:11:51 +02:00
..
bindings renderer: fixed a wrong fillrule option 2025-07-22 16:11:51 +02:00
common sw_engine: skip AA if texture are orthogonally rotated. 2025-07-21 14:26:40 +02:00
loaders svg: fix nested use nodes 2025-07-22 16:11:51 +02:00
renderer sw_engine: support the fast drop shadow version 2025-07-22 16:11:51 +02:00
savers common: spec out TexMap 2024-09-30 16:44:21 +09:00
meson.build infra: --shutdown the unkown-pragmas warning 2024-10-04 02:33:11 +09:00