We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6007ef9 commit 2567d5bCopy full SHA for 2567d5b
lib/FontMetrics.js
@@ -35,7 +35,7 @@ var FontMetrics = function(family, size) {
35
// Baseline is important for positioning text on canvas
36
this._baseline = span.offsetTop + span.offsetHeight;
37
38
- // document.body.removeChild(line);
+ document.body.removeChild(line);
39
};
40
41
module.exports = FontMetrics;
0 commit comments