https://bugs.freedesktop.org/show_bug.cgi?id=48068
--- Comment #3 from Petr Mladek <[email protected]> 2012-05-23 07:32:28 PDT --- Created attachment 62019 --> https://bugs.freedesktop.org/attachment.cgi?id=62019 Fixed test document The test document in the comment #0 was broken. It created the 5th black line on another Y coordinate (110 vs. 120). I did the following change: --- paths-data-18-f.svg.old +++ paths-data-18-f-fixed.svg @@ -63,7 +63,7 @@ <path d="M 20 100 H 40" stroke-width="4" stroke="black"/> <path d="M 20 120 H 40.5 0.6" stroke-width="2" stroke="red"/> - <path d="M 20 110 H 40.5.6" stroke-width="4" stroke="black"/> + <path d="M 20 120 H 40.5.6" stroke-width="4" stroke="black"/> <path d="M 20 140 h 10 -20" stroke-width="2" stroke="red"/> <path d="M 20 140 h 10-20" stroke-width="4" stroke="black"/> -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- 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
