https://bugs.documentfoundation.org/show_bug.cgi?id=152896
Bug ID: 152896
Summary: FILEOPEN DOCX fontwork with scheme color and
transparency has wrong shading
Product: LibreOffice
Version: 7.6.0.0 alpha0+ Master
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Created attachment 184499
--> https://bugs.documentfoundation.org/attachment.cgi?id=184499&action=edit
Example with scheme color and transparency
This is a follow-up bug report to bug 125884.
Open attached file in Word and in Writer and compare the color of the Fontwork
shape with the text color of the image below it.
The colors are the same in Word but different in Writer.
Reason is, that in case of transparency, Word writes the w14:textFill element
in addition to the w:color element, because w:color is not able to express
transparency. So there exists a w14:lumMod element in w14:textFill and a
w:themeShade attribute in w:color. The rule is, that a w14:textFill element
supersedes the w:color element. But the current implementation applies both
w:themeShade and w14:lumMod. Thus the color is too dark.
To test the document you need a current daily build.
--
You are receiving this mail because:
You are the assignee for the bug.