[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

[webkit-help] An SVG mask is not resized correctly

2010-12-15 Thread Gregoire
Hi, I have a problem with the attached SVG image. Open the included file with WebKit and Firefox and use the zoom (Ctrl + or Ctrl -). In Firefox everything works as expected. In Chrome, the surrounding mask seems to cause a problem. Is it a known issue? Best regards, Grégoire attachment:

[webkit-help] Debugging XSLT with WebKit ?

2010-10-20 Thread Gregoire
Hi, When I use the Saxon-B XSLT Processor in command-line with the attached files with : saxonb-xslt annonces.xml trier-annonces3.xsl it returns the content of annonces.xml but sorted in the order of the communes global variable, which is exactly what I want. However, when I try to do the

Re: [webkit-help] XSLTProcessor: transformToFragment returns HTMLElement even with method=xml

2010-09-12 Thread Gregoire
. Hopefully Safari and Chrome will include the HTML5 parser improvements soon. Best regards, Grégoire Le 12/09/2010 20:14, Alexey Proskuryakov a écrit : 12.09.2010, в 06:36, Gregoire написал(а): I've created a test-case so that it is easier to answer my question. This is a combination