remove unneeded return statement

This commit is contained in:
Laura Klünder 2017-11-10 17:42:09 +01:00
parent a16336e9ae
commit f3694fb0f0

View file

@ -260,4 +260,3 @@ class SVGEngine(RenderEngine):
element = '<rect width="100%" height="100%"'+attribs+'>'
self.g += element
return element