fix: #758 quote in autoshape name must be escaped
At least one autoshape name ('"No" Symbol') contains the double-quote
character which raises an XML exception when it prematurely terminates
the `name="..."` attribute of the autoshape. Escape autoshape basename
to avoid this problem, specifically targetting the double-quote
character. S
Steve Canny committed
a5f05dfaaf8577e3b0cb649acdb1d7a415d8e3b2
Parent: df5e968