DescriptionFix stroked roundrects on Nexus 10.
Due to floating point precision errors, using the formula b^2x^2 + a^2y^2 - a^2b^2
doesn't work on the Nexus 10 GPU. Changed to use x^2/a^2 + y^2/b^2 - 1.
Addresses issue 1290.
Committed: http://code.google.com/p/skia/source/detail?r=9110
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|