[svg-developers] Re: HTML5 Canvas Containing SVG Image

2011-10-14 Thread Colin
I think you need to use canvg: http://code.google.com/p/canvg/ - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links

[svg-developers] Re: Palette and dithering

2011-10-11 Thread Colin
David, I'm sorry to be dim, but I've been fiddling around with feColorMatrix and feComponentTransfer for two days and I just can't understand how they work! Could you please give some tips on how to use them to reduce the palette? Colin. --- In svg-developers@yahoogroups.com, David Dailey

[svg-developers] Re: Point at N distance along a path?

2011-10-10 Thread Colin
Thanks very much! - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit your group on the web, go to:

[svg-developers] Point at N distance along a path?

2011-10-09 Thread Colin
, given the presence of the pathLength method. Colin. - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my membership Yahoo! Groups Links * To visit

[svg-developers] Palette and dithering

2011-10-07 Thread Colin
/kuvat/ordered_dither/scenebayer.png Could the feConvolveMatrix filter do this? (I can't test it just now because it appears to be broken in Chrome.) Thanks, Colin. - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit

[svg-developers] Re: Need suggestions for websocket demonstration

2011-10-07 Thread Colin
I'd love to try WebSockets, but I don't know how to set it up in Apache. Seems to be a bit of a mess just now. - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and

[svg-developers] Re: Palette and dithering

2011-10-07 Thread Colin
I've just tried feConvolveMatrix in Opera, IE9 and IE10pp2. It doesn't work in any of them! Here's the code I've been trying: defs filter id=emboss feConvolveMatrix kernelMatrix= 1 0 0 0 0 0 0 0 -1/ /filter /defs image x=0 y=0 width=400px height=300px

[svg-developers] Alpha gradient made with a filter?

2011-10-06 Thread Colin
to be fully visible; only the filtered version should have this alpha gradient. I'm fairly new to SVG filters. Having scoured the W3C spec, I can't find any way to achieve this. Does anyone have any advice? Thanks, Colin. - To unsubscribe send