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

--- Comment #3 from Thomasy <[email protected]> ---
I think the "<w:shadow />" in "word/document.xml" changes the property of the
shadow.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:document
xmlns:ve="http://schemas.openxmlformats.org/markup-compatibility/2006";
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships";
xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math";
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing";
xmlns:w10="urn:schemas-microsoft-com:office:word"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main";
xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml";>
    <w:body>
        <w:p w:rsidR="00C46434" w:rsidRPr="005A6C7E" w:rsidRDefault="00C44305"
w:rsidP="00C44305">
            <w:pPr>
                <w:ind w:left="480" w:right="-82" w:hanging="480" />
                <w:rPr>
                    <w:rFonts w:eastAsia="標楷體" />
                    <w:b />
                    <w:shadow />
                    <w:color w:val="000000" />
                    <w:sz w:val="28" />
                    <w:szCs w:val="28" />
                    <w:shd w:val="pct15" w:color="auto" w:fill="FFFFFF" />
                </w:rPr>
            </w:pPr>
            <w:r>
                <w:rPr>
                    <w:rFonts w:eastAsia="標楷體" />
                    <w:b />
                    <w:shadow />
                    <w:color w:val="993300" />
                    <w:sz w:val="28" />
                    <w:szCs w:val="28" />
                    <w:shd w:val="pct15" w:color="auto" w:fill="FFFFFF" />
                </w:rPr>
                <w:t>Text shadow color is different from Word.</w:t>
            </w:r>
        </w:p>
        <w:p w:rsidR="00C46434" w:rsidRPr="00B51E5E" w:rsidRDefault="00C46434"
w:rsidP="00C46434">
            <w:pPr>
                <w:rPr>
                    <w:rFonts w:eastAsia="標楷體" />
                    <w:color w:val="000000" />
                </w:rPr>
            </w:pPr>
        </w:p>
        <w:p w:rsidR="007B6307" w:rsidRPr="00C46434" w:rsidRDefault="007B6307"
/>
        <w:sectPr w:rsidR="007B6307" w:rsidRPr="00C46434"
w:rsidSect="007B6307">
            <w:pgSz w:w="11906" w:h="16838" />
            <w:pgMar w:top="1440" w:right="1800" w:bottom="1440" w:left="1800"
w:header="851" w:footer="992" w:gutter="0" />
            <w:cols w:space="425" />
            <w:docGrid w:type="lines" w:linePitch="360" />
        </w:sectPr>
    </w:body>
</w:document>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to