mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
[api-minor] Slightly shorten the marked-content ids used in the textLayer
Generally we try to keep the ids that we create short, hence we can slightly shorten the "static" parts of them.
This commit is contained in:
parent
04de155aaa
commit
8c4821ceda
4 changed files with 7 additions and 7 deletions
|
@ -2745,7 +2745,7 @@ Caron Broadcasting, Inc., an Ohio corporation (“Lessee”).`)
|
|||
children: [
|
||||
{
|
||||
role: "NonStruct",
|
||||
children: [{ type: "content", id: "page2R_mcid0" }],
|
||||
children: [{ type: "content", id: "p2R_mc0" }],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -2754,7 +2754,7 @@ Caron Broadcasting, Inc., an Ohio corporation (“Lessee”).`)
|
|||
children: [
|
||||
{
|
||||
role: "NonStruct",
|
||||
children: [{ type: "content", id: "page2R_mcid1" }],
|
||||
children: [{ type: "content", id: "p2R_mc1" }],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -2763,7 +2763,7 @@ Caron Broadcasting, Inc., an Ohio corporation (“Lessee”).`)
|
|||
children: [
|
||||
{
|
||||
role: "NonStruct",
|
||||
children: [{ type: "content", id: "page2R_mcid2" }],
|
||||
children: [{ type: "content", id: "p2R_mc2" }],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
@ -2772,7 +2772,7 @@ Caron Broadcasting, Inc., an Ohio corporation (“Lessee”).`)
|
|||
children: [
|
||||
{
|
||||
role: "NonStruct",
|
||||
children: [{ type: "content", id: "page2R_mcid3" }],
|
||||
children: [{ type: "content", id: "p2R_mc3" }],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue