Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-15 | Use safe math when rendering line segments in AGG. | dsinclair | |
It is possible for the calculations in outline_aa::render_line to overflow as the |p| variable is calculated. This Cl updates the routine to use checked math when calculating the value of |p|. BUG=chromium:647026 Review-Url: https://codereview.chromium.org/2347603002 |