Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KhromovNikita committed Feb 6, 2025
1 parent f9c5e68 commit 721f265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdf/src/annotations/freeText.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@
oFreeText.SetWidth(this.GetWidth());
oFreeText.SetLineEnd(this.GetLineEnd());
oFreeText.SetOpacity(this.GetOpacity());
oFreeText.SetAlign(this.GetAlign());
aCallout && oFreeText.SetCallout(aCallout.slice());
aRD && oFreeText.SetRectangleDiff(aRD.slice());
oFreeText.SetWasChanged(oFreeText.IsChanged());
Expand Down

0 comments on commit 721f265

Please sign in to comment.