forked from MaurycyLiebner/enve
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SVG: Support Masking #226
Labels
Milestone
Comments
rodlie
changed the title
Adding support masking for exported SVG animation
SVG: Support Masking
Aug 19, 2024
rodlie
added a commit
that referenced
this issue
Aug 19, 2024
If group is layer use first child item with blend mode 'DstIn' as mask. Ref: #226
rodlie
added a commit
that referenced
this issue
Aug 19, 2024
If group is layer use first child item with blend mode 'DstIn' as mask. Ref: #226
good Job. That working out of the box. |
Feature has also been backported to v0.9, didn't need any major code changes (just had to figure out the logic). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is a feature need implemented to the SVG animation. I have sample project original SVG animation exported from Friction, and SVG animation a little bit manual edit the code to implemented masking.
masking svg.zip
Original SVG before masking
Edited SVG after masking
The text was updated successfully, but these errors were encountered: