diff options
author | Martin Capitanio <capnm@capitanio.org> | 2024-06-08 19:42:09 +0200 |
---|---|---|
committer | Martin Capitanio <capnm@capitanio.org> | 2024-06-08 20:19:53 +0200 |
commit | 18650de06a8500ad553ce00a7a573f623682dfa7 (patch) | |
tree | 5b2db496c76d4fe6f58751c67321b46e547d4b6c /thirdparty/thorvg/src/renderer/tvgRender.h | |
parent | 5833f597865c773fae3ee09fc4e31d4a243f812d (diff) | |
download | redot-engine-18650de06a8500ad553ce00a7a573f623682dfa7.tar.gz |
ThorVG: Update to 0.13.7
Diffstat (limited to 'thirdparty/thorvg/src/renderer/tvgRender.h')
-rw-r--r-- | thirdparty/thorvg/src/renderer/tvgRender.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/thorvg/src/renderer/tvgRender.h b/thirdparty/thorvg/src/renderer/tvgRender.h index 6ea516c2f9..8f28d37dbc 100644 --- a/thirdparty/thorvg/src/renderer/tvgRender.h +++ b/thirdparty/thorvg/src/renderer/tvgRender.h @@ -142,7 +142,7 @@ struct RenderStroke struct { float begin = 0.0f; float end = 1.0f; - bool individual = false; + bool simultaneous = true; } trim; ~RenderStroke() |