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 502706a commit 783b877Copy full SHA for 783b877
1 file changed
src/lib/svg_text_utils.js
@@ -330,8 +330,8 @@ var TAG_STYLES = {
330
// baseline below
331
sup: 'font-size:70%',
332
sub: 'font-size:70%',
333
- s: 'text-decoration: line-through',
334
- u: 'text-decoration: underline',
+ s: 'text-decoration:line-through',
+ u: 'text-decoration:underline',
335
b: 'font-weight:bold',
336
i: 'font-style:italic',
337
a: 'cursor:pointer',
0 commit comments