Skip to content

Commit

Permalink
reorder basic Target adjustment methods
Browse files Browse the repository at this point in the history
  • Loading branch information
faiface committed Jan 5, 2017
1 parent f175b58 commit b15253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ type Target interface {
MakeTriangles(Triangles) Triangles

// These are the most basic Target "adjustment" methods.
SetPicture(*Picture)
SetTransform(...Transform)
SetMaskColor(color.Color)
SetPicture(*Picture)
}

// Triangles represents a list of vertices, where each three vertices form a triangle. (First,
Expand Down

0 comments on commit b15253e

Please sign in to comment.