Fix special characters handling in wxSVGFileDC::DrawText().

Special XML characters need to be quoted before being saved in an SVG file
(which is also an XML file).

Closes #15602.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-10-25 21:23:11 +00:00
parent 2391d20d76
commit 451e456a91
2 changed files with 4 additions and 1 deletions

View File

@@ -572,6 +572,7 @@ All:
All (GUI):
- Fix wxListEvent::GetData() in LLP64 builds.
- Fix special characters handling in wxSVGFileDC::DrawText() (Ludovic Aubert).
wxGTK: