-
Notifications
You must be signed in to change notification settings - Fork 115
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
Add zstack
view to compose views on top of each other
#737
base: main
Are you sure you want to change the base?
Conversation
zstack
view to compose views on top of each otherzstack
view to compose views on top of each other
See also #591, which goes a similar direction. I think to make a I like the general direction, i.e. unifying a potential xilem_svg API using a zstack (instead of separate context such as in the web). |
I don't think that arbitrary transforms should block this landing, though. I don't really have the bandwidth to look at this too closely at the moment, unfortunately. |
To clarify, I didn't mean this to be a requirement, it's orthogonal to this change (and a lot more work...). I'll take a look at the PR when it's out of draft. On a skim it seems reasonable so far. |
Adds a new
zstack
Xilem view (along with an accompanied Masonry widget).The view is inspired by the ZStack view in SwiftUI, which composes the child view on top of each other.
This pull-request is still work-in-progress.
(top-left, top-right, bottom-left, bottom-right, center).
http_cat
to put copyright on top of image like seen below.