SVG/Source/Scripting
Gavin Falconer fd23a1c3c8
Use XmlWriter rather than XmlTextWriter (#824)
* handle the element namespace directly as a property of an element, 
  rather than adding it to the collection of attributes
* use XmlWriter rather than XmlTextWriter (see svg-net#693)
* explicitly call XmlWriter.Flush()
* add XmlDoc recommendation on XmlWriter usage
* closes #693
2021-02-11 20:18:27 +01:00
..
SvgScript.cs Use XmlWriter rather than XmlTextWriter (#824) 2021-02-11 20:18:27 +01:00