From 0dc05429417f53ea871f40505f65de97480d71a3 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Thu, 9 Oct 2014 11:06:21 +0200 Subject: Add comment. (bzr r13582) --- src/viewbox.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/viewbox.cpp') diff --git a/src/viewbox.cpp b/src/viewbox.cpp index 6d677d57d..662b05686 100644 --- a/src/viewbox.cpp +++ b/src/viewbox.cpp @@ -164,6 +164,7 @@ void SPViewBox::set_preserveAspectRatio(const gchar* value) { void SPViewBox::apply_viewbox(const Geom::Rect& in) { /* Determine actual viewbox in viewport coordinates */ + /* These are floats since SVGLength is a float: See bug 1374614 */ float x = 0.0; float y = 0.0; float width = in.width(); -- cgit v1.2.3