[Bug 883722] New: SVG rendering does not understand fill="none"
https://bugzilla.novell.com/show_bug.cgi?id=883722 https://bugzilla.novell.com/show_bug.cgi?id=883722#c0 Summary: SVG rendering does not understand fill="none" Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: giecrilj@stegny.2a.pl QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 The following image should display a blue line on a white sheet: Code: Select all A black rectangle is rendered instead. Reproducible: Always Steps to Reproduce: 1. { display svg:- <<'<!-- EOF -->'; } <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="160mm" height="90mm" viewBox="0 0 16000 9000" version="1.1" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" > <path fill="none" stroke="rgb(179,179,179)" d="M 8064,8399 L 770,8399 770,855 15359,855 15359,8399 8064,8399 Z"/> <path fill="none" stroke="rgb(0,69,134)" stroke-width="80" d="M 2854,5380 L 13274,2363"/> </svg> <!-- EOF --> Actual Results: 1. A black rectangle. Expected Results: 1. A blue line on a white sheet. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=883722 https://bugzilla.novell.com/show_bug.cgi?id=883722#c Christopher Yeleighton <giecrilj@stegny.2a.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.imagemagick.org/ | |discourse-server/viewtopic. | |php?f=3&t=25776 Found By|--- |Community User -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=883722 https://bugzilla.novell.com/show_bug.cgi?id=883722#c1 --- Comment #1 from Christopher Yeleighton <giecrilj@stegny.2a.pl> 2014-06-23 07:52:56 UTC --- TL;DR: ImageMagick should be linked against librsvg. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=883722 https://bugzilla.novell.com/show_bug.cgi?id=883722#c2 --- Comment #2 from Christopher Yeleighton <giecrilj@stegny.2a.pl> 2014-06-23 10:16:57 UTC --- Oops, I messed up spacing. { display svg:- <<'<!-- EOF -->'; } <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="160mm" height="90mm" viewBox="0 0 16000 9000" version="1.1" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" > <path fill="none" stroke="rgb(179,179,179)" d="M 8064,8399 L 770,8399 770,855 15359,855 15359,8399 8064,8399 Z"/> <path fill="none" stroke="rgb(0,69,134)" stroke-width="80" d="M 2854,5380 L 13274,2363"/> </svg> <!-- EOF --> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=883722 https://bugzilla.novell.com/show_bug.cgi?id=883722#c Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwiedemann@suse.com AssignedTo|bnc-team-screening@forge.pr |pgajdos@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=883722 https://bugzilla.novell.com/show_bug.cgi?id=883722#c Petr Gajdos <pgajdos@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=883722 https://bugzilla.novell.com/show_bug.cgi?id=883722#c3 --- Comment #3 from Petr Gajdos <pgajdos@suse.com> 2014-07-18 12:47:31 UTC --- (In reply to comment #1)
TL;DR: ImageMagick should be linked against librsvg
Yeah, fixed for factory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=883722 https://bugzilla.novell.com/show_bug.cgi?id=883722#c4 Petr Gajdos <pgajdos@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |giecrilj@stegny.2a.pl --- Comment #4 from Petr Gajdos <pgajdos@suse.com> 2014-07-18 12:54:30 UTC --- (In reply to comment #
{ display svg:- <<'<!-- EOF -->'; }
But does it work for you when you remove 'svg:' from there? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=883722 https://bugzilla.novell.com/show_bug.cgi?id=883722#c5 --- Comment #5 from Petr Gajdos <pgajdos@suse.com> 2014-07-18 12:57:44 UTC --- It doesn't happen with 6.8.8-1. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=883722 https://bugzilla.novell.com/show_bug.cgi?id=883722#c6 Petr Gajdos <pgajdos@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|giecrilj@stegny.2a.pl | Resolution| |WONTFIX --- Comment #6 from Petr Gajdos <pgajdos@suse.com> 2014-07-21 06:52:50 UTC --- In newer versions of ImageMagick, the bug is fixed. For 13.1 let display detect your image is svg as indicated in comment 4. If that doesn't work for you, search for commit(s) that fixes this and reopen this bug. I can volunteer then do some testing and create the update for 13.1. Thanks! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=883722 https://bugzilla.novell.com/show_bug.cgi?id=883722#c7 --- Comment #7 from Christopher Yeleighton <giecrilj@stegny.2a.pl> 2014-07-25 21:33:37 UTC --- (In reply to comment #4)
(In reply to comment #
{ display svg:- <<'<!-- EOF -->'; }
But does it work for you when you remove 'svg:' from there?
Indeed, it does. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com