DescriptionDraw a single underline for text-decoration-style: [dashed, dotted].
There is a bug in the new text-decoration styles where the dashed and dotted
underlines would be drawn twice. This appears to be because we are stroking
a SkRect of height zero.
Fixed by drawing a line rather than stroking a rect.
BUG=348518
TEST=Covered by existing tests
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168743
Patch Set 1 #
Total comments: 1
Patch Set 2 : Rebased + resolved conflicts with GraphicsContext.cpp #Patch Set 3 : Add missing switch case, which caused compilation failure. #Patch Set 4 : Rebased (no conflicts) #Patch Set 5 : Don't modify rendering behavior of old decorations. #
Messages
Total messages: 25 (0 generated)
|