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

View File

@@ -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