Skip to content

Commit 33b8907

Browse files
committed
Try out visibility:inherit default for text
1 parent 708e0ff commit 33b8907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/svg_text_utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ exports.convertToTspans = function(_context, _callback) {
9191
}
9292
_context.text('')
9393
.style({
94-
visibility: 'visible',
94+
visibility: 'inherit',
9595
'white-space': 'pre'
9696
});
9797

0 commit comments

Comments
 (0)