Bug 165194 - Option to specify the color of "Shadow" font effect
Summary: Option to specify the color of "Shadow" font effect
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Font-Effects
  Show dependency treegraph
 
Reported: 2025-02-11 12:34 UTC by Shriramana Sharma
Modified: 2025-02-11 17:28 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shriramana Sharma 2025-02-11 12:34:05 UTC
Hello. Currently in LibreOffice, we have options to select the shadow colour of drawing objects.

However for text (whether in the main body or in text boxes) it is only possible to switch shadow on and off and the shadow is displayed in a a compulsory blackish colour. This is not always pleasant on the eyes especially when non-black colour foreground text colour is used.

Therefore I sincerely request to provide an option to specify the colour of text shadow.
Comment 1 V Stuart Foote 2025-02-11 14:43:10 UTC
Confirmed.

Like inability to change the fixed fill color of the "Outline" effect, the "Shadow" font effect remains black even if a font color has been assigned.

Not a dupe, but implementing framework (and extending ODF to describe) font effect for "Outline" color of see also bug 99400 (and dupes) would probably support assignment color to the Shadow font effect.

Enhancements should be tracked together.
Comment 2 Regina Henschel 2025-02-11 17:28:32 UTC
The text shadow is described by the fo:text-shadow attribute. The specification refers to XSL, and that refers to CSS. So in fact ODF uses
https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow

A change or addition in ODF is not needed. The current specification already allows to set a shadow color. LibreOffice 'only' needs to implement it.