https://bugs.freedesktop.org/show_bug.cgi?id=69654

tommy27 <ba...@quipo.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ba...@quipo.it

--- Comment #4 from tommy27 <ba...@quipo.it> ---
I repost here an interesting observation from Bug 73553

....................................................

Jacobo Aragunde PĂ©rez  2014-01-13 13:12:15 UTC 
Created attachment 91944 [details]
Test case

Compare the colors of the shape contained in the attached document when you
open it with MS Office and LibreOffice: the order of the first and second
colors is swapped.

Check the OOXML definition of the gradient with the definition of a document
exported from LibO:

Original document, see how the second and the third colors are equal:
<a:gradFill>
  <a:gsLst>
    <a:gs pos="0">
      <a:schemeClr val="accent5"/>
    </a:gs>
    <a:gs pos="50000">
      <a:schemeClr val="accent1">
        <a:tint val="44500"/>
        <a:satMod val="160000"/>
      </a:schemeClr>
    </a:gs>
    <a:gs pos="100000">
      <a:schemeClr val="accent1"/>
    </a:gs>
  </a:gsLst>
  <a:lin ang="5400000" scaled="0"/>
</a:gradFill>

Exported document, see how the first and the third colors are equal now:
<a:gradFill>
  <a:gsLst>
    <a:gs pos="0">
      <a:srgbClr val="ff388c"/>
    </a:gs>
    <a:gs pos="50000">
      <a:srgbClr val="005bd3"/>
    </a:gs>
    <a:gs pos="100000">
      <a:srgbClr val="ff388c"/>
    </a:gs>
  </a:gsLst>
  <a:lin ang="5400000"/>
</a:gradFill>

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

Reply via email to