0001321: Ancester Graph SVG Export dosn't show text

svn: r9899
This commit is contained in:
Brian Matherly 2008-01-21 04:22:51 +00:00
parent 6873e9823b
commit 7e56dfb1c7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-01-20 Brian Matherly <brian@gramps-project.org>
* src/docgen/SvgDrawDoc.py:
0001321: Ancester Graph SVG Export dosn't show text
2008-01-20 Brian Matherly <brian@gramps-project.org>
* src/Mime/_WinMime.py:
0001483: Cannot display media files within GRAMPS (running on MS Vista)

View File

@ -211,7 +211,7 @@ class SvgDrawDoc(BaseDoc.BaseDoc,BaseDoc.DrawDoc):
else:
self.t.write(' font-family:serif;')
self.t.write('">')
self.f.write(lines[i])
self.t.write(lines[i])
self.t.write('</text>\n')
def draw_text(self,style,text,x,y):