← Back to team overview

yellow team mailing list archive

[Merge] lp:~makyo/juju-gui/svg-width-bug-1076413 into lp:juju-gui

 

The proposal to merge lp:~makyo/juju-gui/svg-width-bug-1076413 into lp:juju-gui has been updated.

Description changed to:

Fix 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://codereview.appspot.com/6814125/


For more details, see:
https://code.launchpad.net/~makyo/juju-gui/svg-width-bug-1076413/+merge/133989
-- 
https://code.launchpad.net/~makyo/juju-gui/svg-width-bug-1076413/+merge/133989
Your team Juju GUI Hackers is requested to review the proposed merge of lp:~makyo/juju-gui/svg-width-bug-1076413 into lp:juju-gui.


References