diff --git a/interface.go b/interface.go
index a61c247215295a6fa00710f8dd10a078c1670834..d4fe55f143ef616820516581cd08613321ea15ac 100644
--- a/interface.go
+++ b/interface.go
@@ -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