After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 784253 - SVG export uses ancient draft SVG DTD declaration instead of the final one
SVG export uses ancient draft SVG DTD declaration instead of the final one
Status: RESOLVED OBSOLETE
Product: dia
Classification: Other
Component: exports
devel
Other Linux
: Normal normal
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2017-06-27 15:37 UTC by André Klapper
Modified: 2019-03-20 12:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2017-06-27 15:37:47 UTC
Upstreaming from https://phabricator.wikimedia.org/T168856 :

https://git.gnome.org/browse/dia/tree/plug-ins/svg/render_svg.c#n264 says:
 dtd = xmlCreateIntSubset(renderer->doc, (const xmlChar *)"svg",
 (const xmlChar *)"-//W3C//DTD SVG 1.0//EN",
 (const xmlChar *)"http://www.w3.org/TR/2001/PR-SVG-20010719/DTD/svg10.dtd");
This appears to be an earlier draft of the SVG DTD declaration. 
Why is Dia using this instead of the final one?
Comment 1 GNOME Infrastructure Team 2019-03-20 12:11:50 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/dia/issues/390.