You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed instructions in documentation written for my React-PDF version
I have checked if this bug is not already reported
I have checked if an issue is not listed in Known issues
If I have a problem with PDF rendering, I checked if my PDF renders properly in PDF.js demo
Description
There is new canvas element added in v9.0.0 which has class 'hiddenCanvasElement', but there is not 'hiddenCanvasElement' class in file /dist/Page/TextLayer.css. (you have added this class in this file in your repo files).
Steps to reproduce
open react-pdf in node modules.
go to
dist/cjs/Page/TextLayer.css
search hiddenCanvasElement
Expected behavior
It must be hiddenCanvasElement in TextLayer.css
Actual behavior
There is not hiddenCanvasElement in TextLayer.css
Additional information
No response
Environment
Browser (if applicable):
React-PDF version: 9.0.0
React version:18.2.0
The text was updated successfully, but these errors were encountered:
Before you start - checklist
Description
There is new canvas element added in v9.0.0 which has class 'hiddenCanvasElement', but there is not 'hiddenCanvasElement' class in file /dist/Page/TextLayer.css. (you have added this class in this file in your repo files).
Steps to reproduce
open react-pdf in node modules.
go to
dist/cjs/Page/TextLayer.css
search hiddenCanvasElement
Expected behavior
It must be hiddenCanvasElement in TextLayer.css
Actual behavior
There is not hiddenCanvasElement in TextLayer.css
Additional information
No response
Environment
The text was updated successfully, but these errors were encountered: