You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to serialize an SVG using a specialized XmlWriter that is not an XmlTextWriter. The specific use case is to write out the SVG as part of an Asp.Net Blazor application.
Could SvgDocument.Write(...) and associated methods be modified to accept an XmlWriter?
The text was updated successfully, but these errors were encountered:
Description
I want to be able to serialize an SVG using a specialized XmlWriter that is not an XmlTextWriter. The specific use case is to write out the SVG as part of an Asp.Net Blazor application.
Could SvgDocument.Write(...) and associated methods be modified to accept an XmlWriter?
The text was updated successfully, but these errors were encountered: