summaryrefslogtreecommitdiff
path: root/def.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2013-09-10 15:30:35 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2013-09-10 15:30:35 -0400
commitf9941ced55be6fca307fec19bad2d81bd4fb7831 (patch)
treec6ac5232b8ff4d9d404abb526d964ecb616a390c /def.go
parenta360bfb8ef7cbaacda300889a067b36ff94b944a (diff)
Transformation functionality adapted from Moritz Wagner and Andreas Würmser.
Diffstat (limited to 'def.go')
-rw-r--r--def.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/def.go b/def.go
index ed37f11..45ec09a 100644
--- a/def.go
+++ b/def.go
@@ -171,6 +171,7 @@ type Fpdf struct {
blendMap map[string]int // map into blendList
gradientList []gradientType // slice[idx] of gradient records
clipNest int // Number of active clipping contexts
+ transformNest int // Number of active transformation contexts
err error // Set if error occurs during life cycle of instance
}