Fix NullReferenceException by using the textbox as SVG XML input source.
A NullReferenceException occurred when the SVG XML will be loaded over the textbox. The reason is that in this case the svgDoc.BaseUri is null.
Please register or sign in to comment