summaryrefslogtreecommitdiffstats
path: root/src/viewbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewbox.h')
-rw-r--r--src/viewbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/viewbox.h b/src/viewbox.h
index 1898cd98f..c71abb610 100644
--- a/src/viewbox.h
+++ b/src/viewbox.h
@@ -41,9 +41,9 @@ public:
void set_preserveAspectRatio(const gchar* value);
/* Adjusts c2p for viewbox */
- void apply_viewbox(const Geom::Rect& in);
+ void apply_viewbox(const Geom::Rect& in, double scale_none = 1.0);
- SPItemCtx get_rctx( const SPItemCtx* ictx);
+ SPItemCtx get_rctx( const SPItemCtx* ictx, double scale_none = 1.0);
};