Skip to content

Commit

Permalink
clarify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
faiface committed Mar 7, 2017
1 parent 7feecc2 commit ee634c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ type Picture interface {
Bounds() Rect

// Slice returns a sub-Picture with specified Bounds.
//
// A result Slice-ing outside the original Bounds is unspecified.
Slice(Rect) Picture

// Original returns the most original Picture (may be itself) that this Picture was created
Expand Down

0 comments on commit ee634c2

Please sign in to comment.