Marthee commited on
Commit
7b33f34
·
verified ·
1 Parent(s): c484f5f

Update dxf__omar3_2.py

Browse files
Files changed (1) hide show
  1. dxf__omar3_2.py +1 -1
dxf__omar3_2.py CHANGED
@@ -393,7 +393,7 @@ def mainFunctionDrawImgPdf(datadoc,dxfpath, dxfratio,pdfpath,pdfname):
393
  x1, y1 = poi
394
  p1 = fitz.Point(x1,y1)
395
  # p1 = fitz.Point(x1,y1)
396
- p1=p1*page2.derotation_matrix
397
  shapee.append([p1[0],p1[1]])
398
 
399
  shapee=np.flip(shapee,1)
 
393
  x1, y1 = poi
394
  p1 = fitz.Point(x1,y1)
395
  # p1 = fitz.Point(x1,y1)
396
+ p1=p1*derotationMatrix
397
  shapee.append([p1[0],p1[1]])
398
 
399
  shapee=np.flip(shapee,1)