0001321: Ancester Graph SVG Export dosn't show text
svn: r9899
This commit is contained in:
parent
6873e9823b
commit
7e56dfb1c7
@ -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>
|
2008-01-20 Brian Matherly <brian@gramps-project.org>
|
||||||
* src/Mime/_WinMime.py:
|
* src/Mime/_WinMime.py:
|
||||||
0001483: Cannot display media files within GRAMPS (running on MS Vista)
|
0001483: Cannot display media files within GRAMPS (running on MS Vista)
|
||||||
|
@ -211,7 +211,7 @@ class SvgDrawDoc(BaseDoc.BaseDoc,BaseDoc.DrawDoc):
|
|||||||
else:
|
else:
|
||||||
self.t.write(' font-family:serif;')
|
self.t.write(' font-family:serif;')
|
||||||
self.t.write('">')
|
self.t.write('">')
|
||||||
self.f.write(lines[i])
|
self.t.write(lines[i])
|
||||||
self.t.write('</text>\n')
|
self.t.write('</text>\n')
|
||||||
|
|
||||||
def draw_text(self,style,text,x,y):
|
def draw_text(self,style,text,x,y):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user