aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-11-14 09:12:01 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-11-14 09:12:01 +0100
commit8f457a9a2a5b0852820026273ae425ef29ae85d8 (patch)
treec05bb8de86440874d296d4e636b3501fc6bedced
parentfa99b3dc5d6e15b10de27c95657a8fd2107aed57 (diff)
Add media to page
-rw-r--r--units.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/units.go b/units.go
index 4b6d9d0..fbcd756 100644
--- a/units.go
+++ b/units.go
@@ -20,6 +20,7 @@ var A4 = Point{272 * MM, 200 * MM}
type Page struct {
o Orientation
sz Point // A4
+ m Media
}
type Unit float64