Skip to content

Commit

Permalink
add support for uint properties
Browse files Browse the repository at this point in the history
This PR adds support for polygon points.
This case surfaced a new scenario where uint core properties shouldn't be considered enums but actual uints.
That requires to treat the source type of certain uint properties different than others.
In one case, properties will be bindable to enums which internally translate to a finite set of integers.
On the other one, properties will be bindable to numbers, and we will take care of converting floating point values to unsigned integers under the hood.

Diffs=
fd830a66ca add support for uint properties (#8982)
  • Loading branch information
bodymovin committed Feb 7, 2025
1 parent fbfb052 commit 6b811a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
71b138cf40117951a90cbd854a8a15324f582171
fd830a66cab87ccc1cf0ffca208c39f21d8e9ccb
2 changes: 1 addition & 1 deletion wasm/submodules/rive-runtime

0 comments on commit 6b811a2

Please sign in to comment.