[webkit-help] SVG text not rendered

2011-01-20 Thread Gregoire
Hi, I'm facing a strange behaviour with SVG text elements. To put it simple, if I call a SVG from HTML using img src=/, the text doesn't appear. With the included files, the text appears with Opera and Firefox 4 but not with Chrome. Is this a bug? If so, is there a work-around to display text

Re: [webkit-help] SVG text not rendered

2011-01-20 Thread Gregoire
Hi, I just realized that the SVG text is rendered but with an extremely tiny font size! The characters look like little dots. Adding a font-size attribute solves the issue. Sorry for the noise! Grégoire Le 20/01/2011 18:59, Gregoire a écrit : Hi, I'm facing a strange behaviour with SVG text

Re: [webkit-help] rendering HTML to a bitmap (wincairo port)

2011-01-20 Thread Chris Hatko
I've found this challenging (wincairo port) especially when Flash is displayed on a website, I've only been able to get it working by forcing flash plugins into windowless mode. I've used the backingstore bitmap as the source and just copy the contents to a buffer on every update. Would be very

Re: [webkit-help] rendering HTML to a bitmap (wincairo port)

2011-01-20 Thread Ariya Hidayat
Would be very nice to have the webkit separate from HWND, I wonder if QT port does a good job of this? Something like http://labs.qt.nokia.com/2009/01/15/capturing-web-pages/? -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-help