https://bugs.documentfoundation.org/show_bug.cgi?id=159626

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|FILEOPEN DOCX:              |FILEOPEN DOCX: VML pattern
                   |foreground/background       |image needs to be inverted
                   |colors of textbox pattern   |
                   |are inverted                |

--- Comment #2 from Justin L <[email protected]> ---
Current theory: the parameters all import correctly, but it is the image itself
that is the problem. It is a tiny image (8*8) that is almost all black in
comment 0 and comment 1. I take it that black is meant to represent where the
background color is applied, and white represents what should be the foreground
color. Apparently we treat it the exact opposite way. (We also don't apply the
imported colors at all.)

Note that this is VML (created in Word <= 2007 for textboxes I assume). Word
2010 uses DrawingML for textboxes which we import (and export) fine.

The problem is that for page background, VML is always used, even by Word 2019.
So the importance is still relatively high.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to