That patch seems to be for another bug (bug #117725?). The issue here is
that Dia's SVG export does not include the SVG namespace; therefore
Firefox does not recognize it as being SVG and renders it as 'plain
XML'.

The fix should therefore be including a namespace. The example
http://launchpadlibrarian.net/7876822/fnord.svg does renders as SVG when
the line

  <svg width="2cm" height="2cm" viewBox="8 4 2 2">

is replaced with

  <svg width="2cm" height="2cm" viewBox="8 4 2 2"
xmlns="http://www.w3.org/2000/svg";>

-- 
Cannot view exported SVG in Firefox
https://bugs.launchpad.net/bugs/117757
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to