Skip to content

Commit 783b877

Browse files
committed
drop space from style
1 parent 502706a commit 783b877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/svg_text_utils.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ var TAG_STYLES = {
330330
// baseline below
331331
sup: 'font-size:70%',
332332
sub: 'font-size:70%',
333-
s: 'text-decoration: line-through',
334-
u: 'text-decoration: underline',
333+
s: 'text-decoration:line-through',
334+
u: 'text-decoration:underline',
335335
b: 'font-weight:bold',
336336
i: 'font-style:italic',
337337
a: 'cursor:pointer',

0 commit comments

Comments
 (0)