aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/RectTest.cpp
Commit message (Collapse)AuthorAge
* Use device-space stroke width for SkDraw::drawRect() quick-rejectGravatar fmalita2015-01-15
The stroke width needs to be CTM-adjusted when applied to device space rects. BUG=skia:3313 R=reed@google.com Review URL: https://codereview.chromium.org/801353008