From 2519018733ae27c1fd0d18e10a47d0940e6b8d30 Mon Sep 17 00:00:00 2001 From: bodymovin Date: Fri, 17 Jan 2025 02:08:44 +0000 Subject: [PATCH] Nnnn add extra functionality to string converter adding three new converters to operate over strings: - first one supports padding text with a set of characters - second one removes trailing zeroes from a string - third one trims spaces from text several files are just the usual boilerplate code. Added some comments in the code Diffs= 2240d091f8 Nnnn add extra functionality to string converter (#8876) --- .rive_head | 2 +- submodules/rive-cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rive_head b/.rive_head index b59df5e..93df727 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -5574d9e34ecfa4ba2790ff928e839fa854aa5b60 +2240d091f8d55ae4ef75409109684d9ca68b2450 diff --git a/submodules/rive-cpp b/submodules/rive-cpp index 6280716..647942d 160000 --- a/submodules/rive-cpp +++ b/submodules/rive-cpp @@ -1 +1 @@ -Subproject commit 6280716f4091d39d775cb9c14a8e32f53c1d3f12 +Subproject commit 647942d81b3e95e2e12e0d8b6e5c84064bb1db55