Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
SWHL committed Jan 3, 2024
1 parent 2f321cf commit d38fe7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TableGeneration/GenerateTable.py
Original file line number Diff line number Diff line change
@@ -245,8 +245,8 @@ def html_to_img(self, html_content, id_count):
if self.is_macos:
xmin *= self.ratio
ymin *= self.ratio
xmax *= self.xmax
ymax *= self.ymax
xmax *= self.ratio
ymax *= self.ratio

contens.append([
lentext, txt, [[xmin, ymin], [xmax, ymin], [xmax, ymax],

0 comments on commit d38fe7e

Please sign in to comment.