Re: [svg-developers] Trying to get my SVG animations to Wordpress blog

2011-02-05 Thread Jacob Beard
It might be good to post this code to a snippets site like gist.github.com, or even jsfiddle.net, as it's unfortunately difficult to read in this format. Thanks, Jake On 11-02-04 01:20 PM, Veiko Herne wrote: Hi There I'm trying to get my SVG animated series to my Wordpress blog

Re: [svg-developers] interesting new web app

2011-02-05 Thread Jacob Beard
Impressive, thanks for posting this. The code on the page has newlines stripped, but is quite readable when sent through a js beautifier. It's interesting and instructive. It looks like, among other things, they've rolled all the SVG widgets on the page from scratch. No licensing information

Re: [svg-developers] Trying to get my SVG animations to Wordpress blog

2011-02-05 Thread veiko herne
Agree, here is a git: git://gist.github.com/812544.git  Veiko a rel=nofollow target=_blank href=http://www.veikoherne.com;Veiko Herne/a - Original Message From: Jacob Beard jbea...@cs.mcgill.ca To: svg-developers@yahoogroups.com Sent: Sat, February 5, 2011 1:29:16 PM Subject: Re:

[svg-developers] Release of SVG Web

2011-02-05 Thread Jon Frost
Just saw that there is a new release of SVG Web which support more SMIL and now supports IE9: http://code.google.com/p/svgweb/ - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit

Re: [svg-developers] Trying to get my SVG animations to Wordpress blog

2011-02-05 Thread Jacob Beard
Where are you putting this code? In the HTML version of the post? It may be that Wordpress is changing it. Do you have a live site which I could inspect? Jake On 11-02-05 11:04 AM, veiko herne wrote: Agree, here is a git: git://gist.github.com/812544.git Veiko a rel=nofollow

RE: [svg-developers] Drawing a pie chart with only a list of coordinates

2011-02-05 Thread Pranav Lal
Hi Jake and all, Are there any .net libraries similar to JFreeChart that generate SVG? Pranav - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click edit my

[svg-developers] Re: Drawing a pie chart with only a list of coordinates

2011-02-05 Thread Jon Frost
I have seen a few options over the years, but some of them are not cheap: http://xceed.com/Chart_ASP_NET_Features.html http://www.dotnetcharting.com/versionhistory.aspx This one appears to be free: http://www.codeproject.com/KB/web-image/svgChart.aspx One of the best free charting/graphing