I've noticed quite a big difference between the old and new Viewer in how full page images are displayed when they are coded using <svg> tags like, or very similar to, a calibre cover.
The attached image shows what I mean. I opened the same epub 4 times in a similar size window. All 4 used Flow mode, but changing to Paged mode in the new Viewer didn't appear to change the visuals for these 2 images..
The 2 on the left are the old Viewer and the 2 on the right the new Viewer.
The top row shows the cover page - a typical calibre svg-style cover with preserveAspectRatio="none"
The bottom row shows what is supposed to be a full page map with similar svg-style code with preserveAspectRatio="xMidYMid meet" and no inline CSS in <head>.
The old Viewer seems to give a more predictable visual result. Is this "just the way QWebEngine rendering is" or is it possible to make old and new more similar?
ETA: Oops! Didn't see thiago.eec's post before posting this.