DescriptionFix several issues with drawing text as paths.
SkPaint::setupForAsPaths currently does not scale the stroke width
(or miter) to match the scale. This produces incorrect results when
drawing outlined text as paths.
Currently, only SkDraw::drawPosText_asPaths is calling
SkPaint::setupForAsPaths. For consistency, the other "text as path"
methods on SkDraw should do so as well.
Patch Set 1 #
Total comments: 5
Messages
Total messages: 5 (0 generated)
|