Skip to content
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

lottie: support Shape Modifier feature #2230

Open
3 of 8 tasks
hermet opened this issue Apr 30, 2024 · 2 comments
Open
3 of 8 tasks

lottie: support Shape Modifier feature #2230

hermet opened this issue Apr 30, 2024 · 2 comments
Assignees
Labels
feature New feature additions lottie Lottie animation

Comments

@hermet
Copy link
Member

hermet commented Apr 30, 2024

  • Repeater
  • Trimpath
  • Rounded Corners
  • Merge
  • Offset Path
  • Pucker / Bloat
  • Twist
  • Zig Zag

1. Rounded Corners is partially work. Lottie Path(Bezier Curve) is not supported currently.
2. Repeater, TrimPath, Rounded Corners, Merge, and Offset Path have higher priority than others. Yet, we couldn't find any practical usage for the rest of them.
3. https://lottiefiles.github.io/lottie-docs/shapes/

@hermet hermet added feature New feature additions lottie Lottie animation labels Apr 30, 2024
@hermet hermet pinned this issue Apr 30, 2024
@hermet
Copy link
Member Author

hermet commented May 10, 2024

mgrudzinska added a commit to mgrudzinska/thorvg that referenced this issue May 13, 2024
Implemented rounding of corners between
bezier curves that are straight lines.

@issue: thorvg#2230
mgrudzinska added a commit to mgrudzinska/thorvg that referenced this issue May 13, 2024
Implementation of the roundness property
for a polystar. Only the corners that were
not subject to rounding by the inner or
outer roundness parameters are affected.

@issue: thorvg#2230
mgrudzinska added a commit to mgrudzinska/thorvg that referenced this issue May 13, 2024
Implemented rounding of corners between
bezier curves that are straight lines.

@issue: thorvg#2230
mgrudzinska added a commit to mgrudzinska/thorvg that referenced this issue May 13, 2024
Implemented rounding of corners between
bezier curves that are straight lines.

@issue: thorvg#2230
mgrudzinska added a commit to mgrudzinska/thorvg that referenced this issue May 13, 2024
Implemented rounding of corners between
bezier curves that are straight lines.

@issue: thorvg#2230
mgrudzinska added a commit to mgrudzinska/thorvg that referenced this issue May 13, 2024
Implementation of the roundness property
for a polystar. Only the corners that were
not subject to rounding by the inner or
outer roundness parameters are affected.

@issue: thorvg#2230
mgrudzinska added a commit to mgrudzinska/thorvg that referenced this issue May 13, 2024
Implemented rounding of corners between
bezier curves that are straight lines.

@issue: thorvg#2230
mgrudzinska added a commit to mgrudzinska/thorvg that referenced this issue May 13, 2024
Implementation of the roundness property
for a polystar. Only the corners that were
not subject to rounding by the inner or
outer roundness parameters are affected.

@issue: thorvg#2230
mgrudzinska added a commit to mgrudzinska/thorvg that referenced this issue May 13, 2024
Implemented rounding of corners between
bezier curves that are straight lines.

@issue: thorvg#2230
mgrudzinska added a commit to mgrudzinska/thorvg that referenced this issue May 14, 2024
Implementation of the roundness property
for a polystar. Only the corners that were
not subject to rounding by the inner or
outer roundness parameters are affected.

@issue: thorvg#2230
mgrudzinska added a commit to mgrudzinska/thorvg that referenced this issue May 14, 2024
Implemented rounding of corners between
bezier curves that are straight lines.

@issue: thorvg#2230
hermet pushed a commit that referenced this issue May 16, 2024
Implementation of the roundness property
for a polystar. Only the corners that were
not subject to rounding by the inner or
outer roundness parameters are affected.

@issue: #2230
hermet pushed a commit that referenced this issue May 16, 2024
Implemented rounding of corners between
bezier curves that are straight lines.

@issue: #2230
hermet pushed a commit that referenced this issue May 17, 2024
Implementation of the roundness property
for a polystar. Only the corners that were
not subject to rounding by the inner or
outer roundness parameters are affected.

@issue: #2230
hermet pushed a commit that referenced this issue May 17, 2024
Implemented rounding of corners between
bezier curves that are straight lines.

@issue: #2230
hermet pushed a commit that referenced this issue May 17, 2024
Implementation of the roundness property
for a polystar. Only the corners that were
not subject to rounding by the inner or
outer roundness parameters are affected.

@issue: #2230
hermet pushed a commit that referenced this issue May 17, 2024
Implemented rounding of corners between
bezier curves that are straight lines.

@issue: #2230
@hermet
Copy link
Member Author

hermet commented May 24, 2024

See also MergeShape: #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature additions lottie Lottie animation
Projects
Status: In Progress
Development

No branches or pull requests

2 participants