From f10048be170a45921ae8fc65ccd2588a9ad2897d Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Tue, 27 Aug 2013 12:32:55 -0400 Subject: Added viewBox implement document unit support. (bzr r12475.1.2) --- src/sp-root.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-root.h') diff --git a/src/sp-root.h b/src/sp-root.h index e2bad917b..5e3f264bf 100644 --- a/src/sp-root.h +++ b/src/sp-root.h @@ -40,7 +40,7 @@ struct SPRoot : public SPGroup { SVGLength height; /* viewBox; */ - unsigned int viewBox_set : 1; + bool viewBox_set : true; Geom::Rect viewBox; /* preserveAspectRatio */ -- cgit v1.2.3