We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708e0ff commit 33b8907Copy full SHA for 33b8907
src/lib/svg_text_utils.js
@@ -91,7 +91,7 @@ exports.convertToTspans = function(_context, _callback) {
91
}
92
_context.text('')
93
.style({
94
- visibility: 'visible',
+ visibility: 'inherit',
95
'white-space': 'pre'
96
});
97
0 commit comments