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 tests and debug impl for Path2D #282

Conversation

@inferiorhumanorgans
Copy link
Contributor

inferiorhumanorgans commented Mar 6, 2020

No description provided.


let path_string = format!("{:?}", path.into_outline());
assert_eq!("M 0 1 L 2 3 L 4 5 L 0 1 z", path_string);
}

This comment has been minimized.

@pcwalton

pcwalton Mar 10, 2020

Collaborator

Let's move these into a tests.rs file to avoid lib.rs getting too big.

@pcwalton pcwalton closed this in b6762ce Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.