Spaces:
Sleeping
Sleeping
Update dxf__omar3_2.py
Browse files- 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*
|
| 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)
|