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
