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

[NUI] Support CornerSquareness for ImageVisual #6418

Open
wants to merge 1 commit into
base: DevelNUI
Choose a base branch
from

Conversation

hinohie
Copy link
Contributor

@hinohie hinohie commented Oct 22, 2024

Let we support squircle feature, only for ImageVisual and ColorVisual. It need more test before open it as general View property.

Below screen shot is VisualTest demo result.

squircle

Relative dali patch :

https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/319192

Let we support squircle feature, only for ImageVisual and ColorVisual.
It need more test before open it as general View property.

Relative dali patch :

https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/319192

Signed-off-by: Eunki Hong <[email protected]>
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 3, Removed: 0, Changed: 0

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static System.Int32 Tizen.NUI.Visual/Property::CornerSquareness

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.NUI.Vector4 Tizen.NUI.Visuals.ColorVisual::CornerSquareness()

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.NUI.Vector4 Tizen.NUI.Visuals.ImageVisual::CornerSquareness()

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

Successfully merging this pull request may close these issues.

2 participants