From 3b119e80968d9267da4753687a6740d1189daa80 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 15 May 2015 14:31:57 +0200 Subject: Reorganize definitions --- units.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'units.go') diff --git a/units.go b/units.go index 7e3d12e..b82e34b 100644 --- a/units.go +++ b/units.go @@ -11,6 +11,8 @@ const ( PT = IN / 72 ) +var A4 = Point{272 * MM, 200 * MM} + type Unit float64 func (u Unit) String() string { -- cgit v1.2.3