<div dir="ltr">Hi<div class="gmail_extra"><br><div class="gmail_quote">On 5 January 2018 at 06:35, Jon Nermut <span dir="ltr"><<a href="mailto:jon.nermut@gmail.com" target="_blank">jon.nermut@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Jan, <div>I've added the UIScrollView into the mix - you can now scroll and zoom and it's nicely re-rendering at higher res when zooming. It surprisingly good for a first cut. Havent tried it on device yet.<div><br></div><div>One question - is there meant to be rendered page backgrounds/edges? Currently the entire background is white, with no page edges, so the pages kind of run into each other on a large doc.<br></div></div></div></blockquote><div>My intention was to use the whole size for the text, to maximise that text viewable, and thus no need for edges. However it would be nice if the program has something like night settings as in iBook.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><br></div><div>The glitchiness problem on the tile edges was a wrong hardcoded DPI constant in salgdicommon.cxx:</div><div><br></div><div><div>-    rDPIX = rDPIY = 200; // FIXME</div><div>+    // This matches the default for VirtualDevice, and the calculations</div><div>+    // in the paint tile methods. (SwViewShell::PaintTile and elsewhere)</div><div>+    rDPIX = rDPIY = 96;</div></div></div></div></div></blockquote><div>I will look into this as well </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><br></div><div>I was compensating for this with a scaling of 2.0, which isn't exactly 200/96, hence the small problems at the tile edges.</div><div><br></div><div>All good now, and fixing this meant less messing around with the scaling etc.</div></div></div></div></blockquote><div><br></div><div>As you might have seen, I have made several commits on master, solving the libassuan issue as well as other issues you reported, I am right now working on the dylib and solar mutex issues.</div><div><br></div><div>rgds</div><div>jan I</div></div></div></div>