MatterHackers / agg-sharp

A C# port of Anti-Grain Geometry (AGG) with extensions for common scenarios
BSD 2-Clause "Simplified" License
183 stars 71 forks source link

Fix saving AMF file with XML special characters #1509

Closed oneill closed 2 years ago

oneill commented 2 years ago

This should resolve MatterHackers/MatterControl#5214.

The issue with ampersand is that it must be escaped when used in XML, which was not the case here. This solution replaces the manual generation of XML by the use of XmlWriter. It is a bit more verbose, but should prove more robust and prevent various formatting issues.

larsbrubaker commented 2 years ago

Thank you. We will get this bounty out to ASAP.

oneill commented 2 years ago

Thanks!