Merge pull request #20043 from yyliu12/popup-rotation-fix
Make Popup annotations always have noRotate flag set as true
This commit is contained in:
commit
2d0ba7db08
@ -615,6 +615,7 @@ class AnnotationElement {
|
|||||||
borderStyle: 0,
|
borderStyle: 0,
|
||||||
id: `popup_${data.id}`,
|
id: `popup_${data.id}`,
|
||||||
rotation: data.rotation,
|
rotation: data.rotation,
|
||||||
|
noRotate: true,
|
||||||
},
|
},
|
||||||
parent: this.parent,
|
parent: this.parent,
|
||||||
elements: [this],
|
elements: [this],
|
||||||
|
|||||||
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
@ -611,6 +611,7 @@
|
|||||||
!bug1802888.pdf
|
!bug1802888.pdf
|
||||||
!issue15759.pdf
|
!issue15759.pdf
|
||||||
!issue18823.pdf
|
!issue18823.pdf
|
||||||
|
!pr20043.pdf
|
||||||
!issue15753.pdf
|
!issue15753.pdf
|
||||||
!issue15789.pdf
|
!issue15789.pdf
|
||||||
!fields_order.pdf
|
!fields_order.pdf
|
||||||
|
|||||||
BIN
test/pdfs/pr20043.pdf
Normal file
BIN
test/pdfs/pr20043.pdf
Normal file
Binary file not shown.
@ -3758,6 +3758,14 @@
|
|||||||
"link": true,
|
"link": true,
|
||||||
"type": "eq"
|
"type": "eq"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "pr20043",
|
||||||
|
"file": "pdfs/pr20043.pdf",
|
||||||
|
"md5": "cdeb98b3229cd44c893c0feaaa3e490f",
|
||||||
|
"rounds": 1,
|
||||||
|
"type": "eq",
|
||||||
|
"annotations": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "issue1709",
|
"id": "issue1709",
|
||||||
"file": "pdfs/issue1709.pdf",
|
"file": "pdfs/issue1709.pdf",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user