DescriptionFix 1px too wide svg issue
Due to sizes being set with percentages, widths are computed as decimals, but are reported as integers in DOM attributes (Computed width: 1331.949951171875, reported width: 1332) resulting in rounding errors. YUI's getComputedStyle() returns the decimal width, allowing us to round.
https://code.launchpad.net/~makyo/juju-gui/svg-width-bug-1076413/+merge/133989
(do not edit description out of merge proposal)
Patch Set 1 #Patch Set 2 : Fix 1px too wide svg issue #
MessagesTotal messages: 4
|