thorvg/src
Mira Grudzinska ce61a33756 svg_loader: fix text nodes issue
Since the text node wasn't pushed onto the loader's stack,
closing the text node incorrectly caused an element to be
popped from the stack (if one was present).
This could result in elements that were supposed to have
that element as a parent being rendered incorrectly or not
being rendered at all.
Now, the text node is correctly pushed onto the stack.

@Issue: https://github.com/thorvg/thorvg/issues/2706
2024-09-05 23:47:30 +09:00
..
bindings wasm: fix typo 2024-08-27 17:33:56 +09:00
common common: remove redundant code 2024-09-05 23:40:32 +09:00
loaders svg_loader: fix text nodes issue 2024-09-05 23:47:30 +09:00
renderer sw_engine: increased accuracy in dashing 2024-09-01 01:29:05 +09:00
savers common: spec out TexMap 2024-08-20 11:14:54 +09:00
meson.build build: Remove redundant comparisons 2024-08-19 17:42:40 +09:00