The convex path renderer checks for point / line degenerate paths. Currently, it does this ...
12 years, 9 months ago
(2012-03-14 21:28:37 UTC)
#1
The convex path renderer checks for point / line degenerate paths. Currently, it
does this before transforming the path to device coords.
www.acko.net/dumpx/996b.html draws tiny paths with a big scaling matrix so we
think many of the paths are point degenerate.
This change makes the convex path renderer do the check in device space. It also
adds a gm that would have caught this.
Issue 5821053: Perform degenerate check in device coords in convex path renderer
(Closed)
Created 12 years, 9 months ago by bsalomon
Modified 12 years, 9 months ago
Reviewers: TomH
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0