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 debug derive on Data #26

Merged
merged 1 commit into from
Apr 11, 2020
Merged

Conversation

kmkzt
Copy link
Contributor

@kmkzt kmkzt commented Apr 11, 2020

Added debug derive because there was no it in Data.

スクリーンショット 2020-04-11 22 38 58

You can reproduce it by writing as follows.

use svg::node::element::path::Data;

#[derive(Debug, Clone)]
pub struct Example {
    data: Data
}

@IvanUkhov IvanUkhov merged commit 8b97dec into bodoni:master Apr 11, 2020
@IvanUkhov
Copy link
Member

Thanks!

@kmkzt kmkzt deleted the bugfix/fix-derive branch April 11, 2020 14:07
@kmkzt kmkzt restored the bugfix/fix-derive branch April 11, 2020 14:10
@kmkzt kmkzt deleted the bugfix/fix-derive branch July 30, 2020 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants