SVGLoaderParser(String text, {this.defaultDPI = 90, this.defaultUnit = SVGUnits.px}) { xml = XmlDocument.parse(text); }