-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds feathering support to the runtime and editor. A few important changes: - Runtime now deals in RawPaths via ShapePaintPath. We no longer store a bunch of RenderPaths that we don't always end up using. Instead we use a light wrapper around RawPath (ShapePaintPath) to track intention of space (local, world, etc) and fill rule for the path so the runtime can pass that around and further mutate it or upgrade it to an immutable RenderPath only when it wants to actually draw it. - Stroke effects like Dash and Trim now build on the update instead of render! Diffs= 1b51fe394e Editor + Runtime Feathers! (#8891)
- Loading branch information
bodymovin
committed
Jan 24, 2025
1 parent
8f2c8a3
commit 94ffd91
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
05a7f10acf92b0943d4a8513d13713720dd6c9f5 | ||
1b51fe394e81445b8e6c990780ed104ee582fde4 |
Submodule rive-runtime
updated
63 files