The show_text function should strip colour formatting from the shadow
layer.

In core/lib/htmlbuilder.py : 264, try changing:

        text_fade('lyricsshadow', newtext);

to

        text_fade('lyricsshadow', newtext.replace(/-webkit-text-fill-
color:[^;\"]+/gi, ""));

This fixed it for me.

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/795945

Title:
  Text colour appearing in shadow

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  If you use display tags to change the text colour, the colour is shown
  in the shadow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/795945/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to