It’s been too long since I’ve made a post, but a lot has happened in the past few weeks, mostly good!
My rotation patch has been formally accepted, and is in the main tree. I also found a fairly minor issue in it, and created a second bug on Bugzilla and submitted a patch for it. Said patch is still waiting on Jaws’ feedback.
Zoom is coming along. The best way I can describe it right now is as follows: it looks and feels horrible, but we’ve got a proof-of-concept for how we can do it. Right now, we’re using a <stack> containing a <box> inside the main browser <stack>. The background of that <box> is a <canvas>. The <canvas> contains a screenshot of the page. Initially, I tried scaling the screenshot in the <canvas>, however, the performance was terrible, so I stuck to scaling the <box>. It works at least as well as before, with the added bonus of always rendering in front–before, the <canvas> would render behind the page and in front of only a few objects, and it worked not at all.
Coming up next week is our alpha presentation, as well as the due date for our Design Day booklet page. The booklet page is coming along well. Bill and Ray have done some good work on it.
My starter bug is still technically not finished, but I just submitted a new patch that should hopefully get accepted.
We’re getting there!

