[svg-developers] Re: textPath won't stay on path

2011-03-14 Thread scalablev
I've played around with WOFF: http://kart.nois.no/pub/oye/svgtextpath/textpathWOFF.svg It looks like expected in IE9, FireFox and Chrome(almost), but not in Opera. Opera doesn't seem to recognize the font at all. Can anyone see why? - To unsubscribe

[svg-developers] Re: textPath won't stay on path

2011-03-14 Thread Holger Jeromin
scalablev schrieb am 14.03.2011 11:27: I've played around with WOFF: http://kart.nois.no/pub/oye/svgtextpath/textpathWOFF.svg It looks like expected in IE9, FireFox and Chrome(almost), but not in Opera. Opera doesn't seem to recognize the font at all. Can anyone see why? The reason is:

[svg-developers] Re: textPath won't stay on path

2011-03-14 Thread scalablev
Ah, I see. Thanks. --- In svg-developers@yahoogroups.com, Holger Jeromin mailgmane@... wrote: scalablev schrieb am 14.03.2011 11:27: I've played around with WOFF: http://kart.nois.no/pub/oye/svgtextpath/textpathWOFF.svg It looks like expected in IE9, FireFox and Chrome(almost), but

[svg-developers] Re: register keypress event listener on non-root element

2011-03-14 Thread jonfrostsvg
Your example does not appear to be online at present: http://stuff.echo-flow.com/svg-developers/testEventListener.svg As I think you already know, your options are event bubbling (bottom up) or event capturing (top down). Here are some resources:

Re: [svg-developers] Re: register keypress event listener on non-root element

2011-03-14 Thread Jacob Beard
It looks like Dreamhost, my shared hosting provider, is down. I'll let you know when it's back up. Thanks, Jake On Mon, Mar 14, 2011 at 10:54 AM, jonfrostsvg jonfr...@gmail.com wrote: Your example does not appear to be online at present:

Re: [svg-developers] Re: register keypress event listener on non-root element

2011-03-14 Thread Jacob Beard
Should be back up, if you'd like to take a look at the test case. Thanks, Jake On Mon, Mar 14, 2011 at 11:11 AM, Jacob Beard jbea...@cs.mcgill.ca wrote: It looks like Dreamhost, my shared hosting provider, is down. I'll let you know when it's back up. Thanks, Jake On Mon, Mar 14, 2011

[svg-developers] calling functions between svg and html in both directions

2011-03-14 Thread profileofpradeep
Hello, Please help me with the following problem: Chrome complains with The documentView interface is not supported Non-W3C methods of obtaining window also failed When tried to run these cross-platform examples. https://jwatt.org/svg/demos/scripting-across-embed.html