From: SourceForge.net <no...@so...> - 2006-02-24 10:24:35
|
Feature Requests item #1437984, was opened at 2006-02-24 11:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446783&aid=1437984&group_id=46621 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: Carlo Kok (carlokok) Assigned to: Nobody/Anonymous (nobody) Summary: svg support for files without xml namespace Initial Comment: At the moment it's not possible to load svg files that don't have the xmlns set. Although I know it's not 100% valid, some tools use those, it would be great if the following change could be added: //SvgDocument class public override XmlElement CreateElement(string prefix, string localName, string ns) { if (ns == null || ns.Length == 0) ns = "http://www.w3.org/2000/svg"; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446783&aid=1437984&group_id=46621 |