> Hi, > > fixing > > test > > hovering resetting to "normal" font again. its actually a grave problem, > setting changed() state on every hovering of a textnode, which causes a > whole bunch of other checks to be scheduled and is probably a reason for > the slow mouseover-behaviour. > > the patch below removes that code. I can't find a regression, and as I > wasn't sure when I added it, I think there is no use for it. > > I also rearrange the code a bit to fix dynamic text-transform changes with > optimal performance. something we didn't support at all before. > > > too late for 3.0 ? You're doing the release... ;-) The fix looks fine. Lars