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 c5fa44b commit 82ba7eeCopy full SHA for 82ba7ee
src/components/drawing/index.js
@@ -638,7 +638,7 @@ drawing.bBox = function(node) {
638
639
// standardize its position (and newline tspans if any)
640
d3.select(testNode)
641
- .attr('transform', '')
+ .attr('transform', null)
642
.call(svgTextUtils.positionText, 0, 0);
643
644
var testRect = testNode.getBoundingClientRect();
0 commit comments