8237: descendant tree graphical report, syntax error in svg output

This commit is contained in:
Paul Franklin 2014-12-17 19:37:45 -08:00
parent 942b51945c
commit 78ec6a26a2

View File

@ -86,7 +86,7 @@ class SvgDrawDoc(BaseDoc, DrawDoc):
'<?xml version="1.0" encoding="UTF-8" standalone="no"?>\n' +
'<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" ' +
'"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">\n' +
'<svg width="%5.2fcm" height="%5.2fcm" '
'<svg width="%4.2fcm" height="%4.2fcm" '
% (self.paper.get_size().get_width(),
self.paper.get_size().get_height()) +
'xmlns="http://www.w3.org/2000/svg">\n'