From 812df66d62d51ba619289b4663a4c5b0600f953f Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Fri, 24 Feb 2017 15:39:40 +0100
Subject: [PATCH] adjust imprecise doc

---
 interface.go | 2 --
 1 file changed, 2 deletions(-)

diff --git a/interface.go b/interface.go
index e41397d..e0adcec 100644
--- a/interface.go
+++ b/interface.go
@@ -6,8 +6,6 @@ import "image/color"
 //
 // You can notice, that there are no "drawing" methods in a Target. That's because all drawing
 // happens indirectly through Triangles instance generated via MakeTriangles method.
-//
-// If no transforms are applied, the drawing area of a Target is the rectangle (-1, -1, +1, +1).
 type Target interface {
 	// MakeTriangles generates a specialized copy of the provided Triangles.
 	//
-- 
GitLab