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

Add copy to TextShape #646

Open
traviskirton opened this issue Mar 11, 2016 · 1 comment
Open

Add copy to TextShape #646

traviskirton opened this issue Mar 11, 2016 · 1 comment
Assignees
Milestone

Comments

@traviskirton
Copy link
Collaborator

The TextShape class currently doesn't have the same common copy method that other objects do.

@alejandro-isaza
Copy link
Member

I think the copy methods should be let copy = View(original) instead of let copy = View(copy: original). Or at least let copy = View(byCopying: original). This should go on the 1.2.x branch.

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

Successfully merging a pull request may close this issue.

2 participants