Generate valid XML in wxSVGFileDC and updated wxSVGVersion.
Use the correct doc-type and specify the encoding. 'title' is not a valid attribute of <image> so remove it. Removed superfluous white-space and improved indenting in generated XML.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#if wxUSE_SVG
|
||||
|
||||
#define wxSVGVersion wxT("v0100")
|
||||
#define wxSVGVersion wxT("v0101")
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
#pragma warn -8008
|
||||
|
Reference in New Issue
Block a user