aboutsummaryrefslogtreecommitdiff
path: root/units.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-05-15 14:31:57 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-05-15 14:31:57 +0200
commit3b119e80968d9267da4753687a6740d1189daa80 (patch)
treed053ec4b02132e17d196bf8553dd68d42f7d8f9f /units.go
parented5812bfb8e7092fe4f6446abf957e8dbc80be21 (diff)
Reorganize definitions
Diffstat (limited to 'units.go')
-rw-r--r--units.go2
1 files changed, 2 insertions, 0 deletions
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 {