You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new feature in fresco which allow a user to change shape of each corner into a quarter of ellipse with parameters (a width and a height of the quarter) described by a user.
Work plan:
create a function to change a shape of the image into an ellipse with original width and height.
Examples here and here,
extend the function from previous point by custom width and height,
create a new function to round each corner with custom width and height based on similar algorithm to one used in functions above.
Please let me know if you have any thoughts, comments or suggestions.
The text was updated successfully, but these errors were encountered:
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "bug" or "enhancement" and I will leave it open. Thank you for your contributions.
Description
A new feature in fresco which allow a user to change shape of each corner into a quarter of ellipse with parameters (a width and a height of the quarter) described by a user.
Work plan:
Examples here and here,
Please let me know if you have any thoughts, comments or suggestions.
The text was updated successfully, but these errors were encountered: