id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
7183	A scroll-bars are always appear around image	g1itch	richard	In Firefox 3.5 and 3.6 I always see the scroll-bars around image, displayed by you plugin. It may be wrong, but I solved this problem by this modification:\r\n{{{\r\n#!patch\r\n--- imagesvg/web_ui.py.orig_2010-05-31 11:28:32.429293838 +0300\r\n+++ imagesvg/web_ui.py_2010-05-31 12:11:03.981289132 +0300\r\n@@ -118,6 +118,8 @@\r\n                     w_unit = "pt"\r\n                     h_unit = "pt"\r\n \r\n+__w_val += 1\r\n+__h_val += 1\r\n \r\n                 dimensions = 'width="%(w_val)s%(w_unit)s" height="%(h_val)s%(h_unit)s"' % locals()\r\n             except:\r\n}}}\r\n\r\nI think 1 pt is not much, but it's enough to remove scroll-bars.	defect	closed	normal	TracImageSvgMacro	normal	fixed			0.12
