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.