From 81f4c47e7a114dce1fe88da175e7c70083565917 Mon Sep 17 00:00:00 2001 From: Alvin Penner Date: Sat, 5 Jan 2013 10:44:11 -0500 Subject: visual bbox minimum width (Bug 1094802) Fixed bugs: - https://launchpad.net/bugs/1094802 (bzr r12010) --- src/splivarot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/splivarot.cpp') diff --git a/src/splivarot.cpp b/src/splivarot.cpp index f1360adda..f04d92616 100644 --- a/src/splivarot.cpp +++ b/src/splivarot.cpp @@ -716,8 +716,8 @@ Geom::PathVector* item_outline(SPItem const *item, bool bbox_only) ButtType o_butt; { o_width = i_style->stroke_width.computed; - if (o_width < 0.1) { - o_width = 0.1; + if (o_width < 0.01) { + o_width = 0.01; } o_miter = i_style->stroke_miterlimit.value * o_width; -- cgit v1.2.3