aboutsummaryrefslogtreecommitdiff
path: root/units.go
diff options
context:
space:
mode:
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 {