Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Implement Gradient trait for RadialGradient #83

Merged
merged 1 commit into from Jul 17, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/patterns.rs
Expand Up @@ -245,6 +245,8 @@ impl RadialGradient {
}
}

impl Gradient for RadialGradient{}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra empty new line.


pattern_type!(SurfacePattern);

Expand Down