Skip to content

Commit

Permalink
fix: logo position
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Oct 29, 2023
1 parent 664a9f6 commit bfbb054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/how-to-create-a-complete-bill/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const data = {
};

// Add logo
pdf.translate(mm2pt(20), mm2pt(14));
pdf.path(logoBackground, mm2pt(20), mm2pt(14))
.fillColor("#EA5151")
.fill();
Expand Down

0 comments on commit bfbb054

Please sign in to comment.