Skip to content

Commit

Permalink
fix border bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SylaiseElvenan committed Jul 18, 2023
1 parent a421f18 commit 0175a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf/src/engine/drawingfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ else
rec["border"] = reader.readByte();
rec["borderWidth"] = reader.readDouble();
// Dash Pattern границы
if (rec["borderStyle"] == 1)
if (rec["border"] == 2)
{
rec["dashed"] = [];
rec["dashed"].push(reader.readDouble());
Expand Down

0 comments on commit 0175a23

Please sign in to comment.