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

            Bug ID: 97543
           Summary: INSERT: SVG <line> and <polygon> attributes ignored
           Product: LibreOffice
           Version: 5.0.4.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: bibisectRequest, filter:svgInsert, regression
          Severity: normal
          Priority: medium
         Component: graphics stack
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: philip...@hotmail.com
                CC: aniste...@gmail.com

Steps:
1) Open Writer
2) Insert
https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/displayWebStats.svg
3) Compare the output with what you can find in your browser or inkscape and
that the arrows next to 'Click and drag these red and green grippies!' are
missing.

The SVG code that seems to be ignored, but used to be processed in 4.3.7.2.

<g id="tut1-arrows" style="fill-opacity: 0.804; stroke-opacity: 0.804;">
  <line x1="10" y1="360" x2="40" y2="390" stroke="#000" stroke-dasharray="5,3"
visibility="inherit"/>
  <line x1="390" y1="360" x2="360" y2="390" stroke="#000"
stroke-dasharray="5,3" visibility="inherit"/>
  <polygon fill="black" points="10,360 20,360 10,370" visibility="inherit"/>
  <polygon fill="black" points="390,360 380,360 390,370" visibility="inherit"/>
  <animate attributeName="fill-opacity" repeatCount="indefinite" dur="3"
values="0.2;0.5;1.0;0.5;0.2"/>
  <animate attributeName="stroke-opacity" repeatCount="indefinite" dur="3"
values="0.2;0.5;1.0;0.5;0.2"/>
</g>

Version: 5.2.0.0.alpha0+
Build ID: 513d5c5781ec14f8512432f31290a3d54c8d57df
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-01_10:25:20
Locale: en-US (en_US.UTF-8)

Screenshots:
LibreOffice - attachment 122365
Opera - attachment 122366

-- 
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