Skip to content

Commit 50fc552

Browse files
author
bodymovin
committed
add support for uint properties
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)
1 parent 17aa7cc commit 50fc552

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
71b138cf40117951a90cbd854a8a15324f582171
1+
fd830a66cab87ccc1cf0ffca208c39f21d8e9ccb

0 commit comments

Comments
 (0)