Implemented Clear in wxSVGFileDC.
Draw a rectangle with the background colour and a transparent pen. Closes #15788.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user