svn: r2109
This commit is contained in:
Don Allingham
2003-09-09 01:48:50 +00:00
parent 83f0a6c9e0
commit d4c872a4dc
5 changed files with 18 additions and 14 deletions

@ -292,7 +292,6 @@ class PdfDoc(BaseDoc.BaseDoc):
act_width = x_cm/ratio
self.story.append(Spacer(1,0.5*cm))
print Image
self.story.append(Image(name,act_width*cm,act_height*cm))
self.story.append(Spacer(1,0.5*cm))
self.image = 1