Re: [svg-developers] normalizedPathSegList

2011-10-22 Thread Jon Frost
Another really useful site is a viewer for code posted to gist.github.comwhich is http://bl.ocks.org For example, you can view my fun SVG example from gist - https://gist.github.com/1216850 displayed automatically here - http://bl.ocks.org/1216850 (Note, this runs a little slow in ffox.) This is

RE: [svg-developers] normalizedPathSegList

2011-10-22 Thread David Dailey
-developers@yahoogroups.com Subject: Re: [svg-developers] normalizedPathSegList Hi, I wrote a partial javascript workaround for the unimplemented normalizedPathSegList property : http://jsfiddle.net/ybochatay/AtTND/3/ or https://gist.github.com/1297684 It's not the normalizedPathSegList proper

Re: [svg-developers] normalizedPathSegList

2011-10-19 Thread yannick . bochatay
Hi, I wrote a partial javascript workaround for the unimplemented normalizedPathSegList property : http://jsfiddle.net/ybochatay/AtTND/3/ or https://gist.github.com/1297684 It's not the normalizedPathSegList property as described by the W3C but a function to convert paths with only M,L,C and Z se