Created attachment 64702 [details] correct rendering Version: 0.13.2 (using KDE 4.7.2) OS: Linux This looks like it happened after recent upgrade of poppler, but I cannot say for sure (now using version ). When I open a pdf everything is rendered correctly. When I refresh the page (F5) however, the figures (included images) look very weird. Figures are perhaps not the right word, but what I am talking about are included images in a latex document which is then converted using pdflatex (\includegraphics). It looks like this only happens for vector graphics (the png figures look fine). It also happens for some figures I have created using tikz. I will attach two screenshots showing correct and wrong rendering. Reproducible: Always Steps to Reproduce: Open a pdf which has vector graphics, click refresh. Actual Results: Graphics look bad Expected Results: Graphics look as before OS: Linux (x86_64) release 3.0-ARCH Compiler: gcc
Created attachment 64703 [details] wrong rendering after refresh
Ah, sorry, I forgot to insert my poppler version. It is 0.18.0.
Attach a pdf file to reproduce the issue.
Created attachment 64704 [details] pdf that reproduce the issue Wow, fast response! Certainly, no problem. The file attached reproduces the problem for me.
Git commit eb705417fac06ad7a29b9f05f00c825ded886334 by Albert Astals Cid. Committed on 19/10/2011 at 15:44. Pushed by aacid into branch 'KDE/4.7'. Do not assume pdfdoc hints won't change Since sometimes we even change the pdfdoc pointer itself ;-) This was working previously by pure luck (read bug in poppler :D) BUGS: 284464 FIXED-IN: 4.7.3 M +1 -5 generators/poppler/generator_pdf.cpp http://commits.kde.org/okular/eb705417fac06ad7a29b9f05f00c825ded886334
Git commit fc58c9824ffa1fd3e75bcc2bae98388c9ff4bedd by Albert Astals Cid. Committed on 19/10/2011 at 15:44. Pushed by aacid into branch 'master'. Do not assume pdfdoc hints won't change Since sometimes we even change the pdfdoc pointer itself ;-) This was working previously by pure luck (read bug in poppler :D) BUGS: 284464 FIXED-IN: 4.7.3 (cherry picked from commit eb705417fac06ad7a29b9f05f00c825ded886334) M +1 -5 generators/poppler/generator_pdf.cpp http://commits.kde.org/okular/fc58c9824ffa1fd3e75bcc2bae98388c9ff4bedd
I'm sorry, did you already find AND solve the bug? This must be a new record or something, I'm hugely impressed! :) Keep up all the great work!
Yes, it was an easy fix, don't expect everything you report to be fixed so fast ;-) Thanks for reporting the issue.
*** Bug 284533 has been marked as a duplicate of this bug. ***