Merge pull request #1417 from eKoopmans/bugfix/underlines

Revert "Fix underlines, relative to 'bottom' baseline"
This commit is contained in:
MoyuScript 2018-02-15 21:00:48 +08:00
commit 8fe4c09f0c

View File

@ -250,7 +250,7 @@ export default class CanvasRenderer implements RenderTarget<HTMLCanvasElement> {
const {baseline} = this.options.fontMetrics.getMetrics(font);
this.rectangle(
text.bounds.left,
Math.round(text.bounds.top + text.bounds.height - baseline),
Math.round(text.bounds.top + baseline),
text.bounds.width,
1,
textDecorationColor