react-pdf icon indicating copy to clipboard operation
react-pdf copied to clipboard

font is blurry in tablet sized iframe (width : 800px)

Open Glosign-Kemon opened this issue 1 year ago • 2 comments

Before you start - checklist

  • [X] I followed instructions in documentation written for my React-PDF version
  • [X] I have checked if this bug is not already reported
  • [X] 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

font is blurry in tablet sized iframe (width : 800px) 스크린샷 2022-09-14 오후 1 54 12

font is fine in full screen 스크린샷 2022-09-14 오후 1 57 48

why font is blurry in reponsive iframe ??

Steps to reproduce

  1. create pdf in iframe width under 1023px
  2. see error

Expected behavior

font is fine in tablet sized iframe

Actual behavior

font is blurry in tablet sized iframe

Additional information

plz... give me advice

Environment

  • Browser (if applicable):
  • React-PDF version:
  • React version:
  • Webpack version (if applicable):

Glosign-Kemon avatar Sep 14 '22 05:09 Glosign-Kemon

I'm unable to reproduce that. Maybe your iframe forces the page to resize via CSS because you didn't specify Page's component width, hence the blurring?

wojtekmaj avatar Sep 14 '22 18:09 wojtekmaj

I'm unable to reproduce that. Maybe your iframe forces the page to resize via CSS because you didn't specify Page's component width, hence the blurring?

thx

Glosign-Kemon avatar Sep 23 '22 07:09 Glosign-Kemon