Skip to content

Commit f5949f3

Browse files
committed
Merge pull request #928 from subanov/TextShadowStyle
Simple map for text-shadow style.
2 parents 3c5f9ea + 23e92c2 commit f5949f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webodf/lib/odf/Style2CSS.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ odf.Style2CSS = function Style2CSS() {
127127
[ fons, 'font-style', 'font-style' ],
128128
[ fons, 'font-variant', 'font-variant' ],
129129
[ fons, 'letter-spacing', 'letter-spacing' ],
130-
[ fons, 'text-transform', 'text-transform' ]
130+
[ fons, 'text-transform', 'text-transform' ],
131+
[ fons, 'text-shadow', 'text-shadow' ]
131132
],
132133

133134
/**@const

0 commit comments

Comments
 (0)