Re: [webkit-qt] Help with aliased text

2011-10-19 Thread Leander Bessa
Thank you No'am, that fixed it! Regards, Leander On Wed, Oct 19, 2011 at 3:59 PM, wrote: > > Hi Leander > > Hello, > > > I've been using the latest QtWebKit port ( the one that ships with the Qt > 4.8.0 RC ) on Mac OS X 10.7 and testing the accelerated compositing and > CSS3 animations. My

Re: [webkit-qt] Help with aliased text

2011-10-19 Thread noam . rosenthal
Hi Leander Hello, I've been using the latest QtWebKit port ( the one that ships with the Qt 4.8.0 RC ) on Mac OS X 10.7 and testing the accelerated compositing and CSS3 animations. My small example uses the following code: QApplication a(argc, argv); QGraphicsScene scene; QGra

[webkit-qt] Help with aliased text

2011-10-19 Thread Leander Bessa
Hello, I've been using the latest QtWebKit port ( the one that ships with the Qt 4.8.0 RC ) on Mac OS X 10.7 and testing the accelerated compositing and CSS3 animations. My small example uses the following code: QApplication a(argc, argv); QGraphicsScene scene; QGraphicsView gview