Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blurred text on pages #6

Open
krunduev opened this issue May 28, 2020 · 5 comments
Open

Blurred text on pages #6

krunduev opened this issue May 28, 2020 · 5 comments

Comments

@krunduev
Copy link

krunduev commented May 28, 2020

Due to the selected rendering method (capturing the image and then rendering it) the all fonts on page are blurred.

May be when animation amount.value == 1 it's better to render not as a picture, but as usual?

Now there is very poor font clarity. Even on example page of package we can see this.

@ivanlikov
Copy link

Yea, everything is blurry, text and images, not sure what causes this, but without a fix for this, we won't be able to use it. Did you fix it somehow @krunduev ?

@krunduev
Copy link
Author

krunduev commented Feb 7, 2021

No, we decided not to use the page turn functionality.

@mabDc
Copy link

mabDc commented Mar 20, 2021

whether replace child in PageTurnWidget by textPainter can fix it ? @ivanlikov @krunduev

@mabDc
Copy link

mabDc commented Mar 26, 2021

i found method canvas.drawPicture(ui.picture) is clear. i can get the ui.picture and the ui.image object, but how can we change drawImageRect to drawPicture

@alvarogabrielgomez
Copy link

There is some update of this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants