Closed Swayamshu closed 5 months ago
OOXML has only support for enabling/disabling text-shadow property(i.e. it is a toggle property). So the contents of text-shadow property are not parsed if present.
text-shadow
text-shadow: <empty>
text-shadow: none
Added handler for text-shadow property
OOXML has only support for enabling/disabling
text-shadow
property(i.e. it is a toggle property). So the contents of text-shadow property are not parsed if present.text-shadow: <empty>
ortext-shadow: none
, then shadow is not toggled.