Compare commits

..

No commits in common. "069cc4e0113114db72bf8cdc9800da0042f2a0be" and "8acf4e51956d1b1a584a647ea8d1da651465aa08" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ type TrianglesClipped interface {
// Picture represents a rectangular area of raster data, such as a color. It has Bounds which // Picture represents a rectangular area of raster data, such as a color. It has Bounds which
// specify the rectangle where data is located. // specify the rectangle where data is located.
type Picture interface { type Picture interface {
// Bounds returns the rectangle of the Picture. All data is located within this rectangle. // Bounds returns the rectangle of the Picture. All data is located witih this rectangle.
// Querying properties outside the rectangle should return default value of that property. // Querying properties outside the rectangle should return default value of that property.
Bounds() Rect Bounds() Rect
} }