Implemented Clear in wxSVGFileDC.

Draw a rectangle with the background colour and a transparent pen.
Closes #15788.
This commit is contained in:
Maarten Bent
2016-03-15 22:12:13 +01:00
parent b424445078
commit 3cc4d51c9b
3 changed files with 13 additions and 5 deletions

View File

@@ -81,10 +81,7 @@ public:
return -1;
}
virtual void Clear() wxOVERRIDE
{
wxFAIL_MSG(wxT("wxSVGFILEDC::Clear() Call not implemented \nNot sensible for an output file?"));
}
virtual void Clear() wxOVERRIDE;
virtual void DestroyClippingRegion() wxOVERRIDE;