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
{{ message }}
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
This would be really sweet. Yet another example of something which is challenging with retained-mode identity semantics. This would be so easy with a system like React or Processing or DisplayScript! :(
I’d love to be able to say let myClone = someLayer.clone() to have another layer identical to the original.
I think the new layer should clone:
the size and position
the border and corner radius
the background colour and image
the parent layer
any sublayers
gesture / touch handlers?
—
Reply to this email directly or view it on GitHub #111.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I’d love to be able to say
let myClone = someLayer.clone()
to have another layer identical to the original.I think the new layer should clone:
The text was updated successfully, but these errors were encountered: