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

            Bug ID: 97691
           Summary: SVG gradient rotation not accurate
           Product: LibreOffice
           Version: 3.6.7.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: filter:svgInsert
          Severity: normal
          Priority: medium
         Component: graphics stack
          Assignee: [email protected]
          Reporter: [email protected]
            Blocks: 88278

Created attachment 122484
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122484&action=edit
LibreOffice vs Opera

Steps:
1) Open Writer
2) Insert https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/python.svg
3) Notice the angle of the gradients in the yellow shape

Relevant SVG code:

<defs>
  <linearGradient id="pyYellow" gradientTransform="rotate(45)">
    <stop stop-color="#fe5" offset="0.6"/>
    <stop stop-color="#da1" offset="1"/>
  </linearGradient>
</defs>

<path
d="M74,87c0,7-8,13-23,13c-15,0-24-6-24-13l0-22c0-7,6-12,12-12l24,0c8,0,14-7,14-15l0-10l9,0c7,0,13,9,13,23c0,15-6,24-13,24l-35,0l0,3l23,0l0,9l0,0z
M140,50v1" fill="url(#pyYellow)"/>

Version: 5.2.0.0.alpha0+
Build ID: 6d68e88a0fc5a54bbb826379163bd0b9c6eae0fb
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-08_08:05:38
Locale: en-US (en_US.UTF-8)

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

Reply via email to