From 8277bee92189d8e98cc206be8cd0f8613b292202 Mon Sep 17 00:00:00 2001 From: mjtalbot Date: Fri, 3 Nov 2023 17:15:59 +0000 Subject: [PATCH] Fix follow path 6070 fixes #6070 thank you @philter for sorting out the path mess, i got myself extra confused with `addToRawPath` (i thought we were simply passing the variables along and one of them got corrupted, i didnt notice that it was just down to a bad static cast when we were a path!) vid of this behaving in dart & cpp Added a rive-flutter test to this. one interesting thing, essentially follow path currently follows the "first" path in a shape. https://github.com/rive-app/rive/assets/1216025/d59026f6-c901-439c-aff2-2214a021ee75 Diffs= ef8a4e7f7 Fix follow path 6070 (#6182) --- .rive_head | 2 +- submodules/rive-cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rive_head b/.rive_head index 7f2db16..b089dd8 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -3927ea695d20b79956788268b6938efcb6ab0efe +ef8a4e7f711aef6b2d468a885a79f919118bae70 diff --git a/submodules/rive-cpp b/submodules/rive-cpp index 06d553a..01b9218 160000 --- a/submodules/rive-cpp +++ b/submodules/rive-cpp @@ -1 +1 @@ -Subproject commit 06d553a123a4417e27c545f67943a6d30e8663c5 +Subproject commit 01b92188f54056859f09501440b1b780ff929060