Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add Rounded Corners #135

Draft
wants to merge 1 commit into
base: 1.0-fixes
Choose a base branch
from

Conversation

mgrudzinska
Copy link
Contributor

@cla-bot cla-bot bot added the cla-signed label Feb 4, 2025
Copy link
Contributor

@b-wils b-wils left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be a part of 1.1 rather than 1.0.x.

</script>
</lottie-playground>

Note: it does not affect:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this won't affect paths if the control points on both of the vertices for a given edge are set? I'm not sure if that is explicit or not, was playing around with different possibilities in AE. There also seems like some edge cases where the corners get sharper?

@@ -663,3 +663,28 @@ separately, $start$ and $end$ being applied to each shape.
* When `m` has a value of `2` (Sequential), all the shapes MUST be considered
as following each other in render order. $start$ and $end$ refer to the whole
length created by concatenating each shape.


<h3 id="trim-path">Rounded Corners</h3>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we include the rendering algorithm as well? Particularly how it's different from rectangle roundness (see #82)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

id is wrong

Comment on lines +605 to +607
"ix": 6,
"mn": "ADBE Vector Filter - RC",
"hd": false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the example should be cleaned up, removing stuff that is not in the specs or irrelevant

},
"r": {
"title": "Roundness",
"description": "Rounded corner radius",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not really a radius here, right?

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants