mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Revert "Fix underlines, relative to 'bottom' baseline"
This reverts commit ead8f1d3eea4f81f6dbf9195e7ea05a66e51792b.
This commit is contained in:
parent
ead8f1d3ee
commit
e5dbbaf4d2
@ -212,7 +212,7 @@ export default class CanvasRenderer implements RenderTarget<HTMLCanvasElement> {
|
|||||||
const {baseline} = this.options.fontMetrics.getMetrics(font);
|
const {baseline} = this.options.fontMetrics.getMetrics(font);
|
||||||
this.rectangle(
|
this.rectangle(
|
||||||
text.bounds.left,
|
text.bounds.left,
|
||||||
Math.round(text.bounds.top + text.bounds.height - baseline),
|
Math.round(text.bounds.top + baseline),
|
||||||
text.bounds.width,
|
text.bounds.width,
|
||||||
1,
|
1,
|
||||||
textDecorationColor
|
textDecorationColor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user