summaryrefslogtreecommitdiff
path: root/rsvg-paint-server.h
diff options
context:
space:
mode:
authorDom Lachowicz <doml@src.gnome.org>2003-12-02 14:30:53 +0000
committerDom Lachowicz <doml@src.gnome.org>2003-12-02 14:30:53 +0000
commitd5950af2c1240c41958bf88d56ed7a00f4522148 (patch)
tree117b2636b4d7e8951cfaff9bc127e1458f25b42d /rsvg-paint-server.h
parentf0401357f595c5ec36918a2379bd43bf2412bd9a (diff)
downloadlibrsvg-d5950af2c1240c41958bf88d56ed7a00f4522148.tar.gz
bounding box gradients
Diffstat (limited to 'rsvg-paint-server.h')
-rw-r--r--rsvg-paint-server.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/rsvg-paint-server.h b/rsvg-paint-server.h
index bebc55b3..6c1935c4 100644
--- a/rsvg-paint-server.h
+++ b/rsvg-paint-server.h
@@ -47,8 +47,7 @@ struct _RsvgPSCtx {
int x1;
int y1;
- int height;
- int width;
+ double affine[6];
/* todo: we need to take in some context information, including:
1. The global affine transformation.