You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add text-shadow to the styling, but it's not available. Is it possible to add text-shadow to the avalaible css styling options? That would be very helpful to make text overlays more readable. Or is there another option to add an outline to the text?
The text was updated successfully, but these errors were encountered:
use it under style and it works I have used it like this under attributes like,
attributes: {
"font-size": "16",
style: "text-shadow: 1px 1px 3px #fff;"
}
this works for me
I tried to add text-shadow to the styling, but it's not available. Is it possible to add text-shadow to the avalaible css styling options? That would be very helpful to make text overlays more readable. Or is there another option to add an outline to the text?
The text was updated successfully, but these errors were encountered: