[svg-developers] SVG Support in Opera 11

2011-01-12 Thread cremnosedum
Hi, Opera 11 just installed itself on my computer. I tried testing my web comic (url in sig) and was shocked to discover that a lot of things (which mostly, or entirely worked in Opera 10) don't appear and the interactivity is erratic (perhaps because elements that receive events haven't been

[svg-developers] SVG in iPhone App

2011-01-12 Thread Raks A
I know SVG is supported in iPhone Safari browser, but are there APIs to play SVG SMIL animation using iPhone APIs I've never written iPhone App but planning to write an iPhone app utilizing the power of SVG SMIL animation instead of flash I searched for SVG in the iOS develper website and I could

Re: [svg-developers] SVG in iPhone App

2011-01-12 Thread Guy Morton
Look at the Titanium framework. http://www.appcelerator.com/products/titanium-mobile-application-development/ On 13/01/2011, at 3:24 PM, Raks A wrote: I know SVG is supported in iPhone Safari browser, but are there APIs to play SVG SMIL animation using iPhone APIs I've never written

Re: [svg-developers] Re: Bounding Box of SVGElement ( Any Way in Chrome/FireFox/IE )

2011-01-12 Thread Raks A
Thanks All, I have been reading the SVG DOM interfaces sections in the SVG docs and trying to come to terms with it There are almost no examples of using the interfaces which is causing lot of confusion, Yesterday only I wanted to created a text element and was stuck as to how to create a text

Re: [svg-developers] Re: Bounding Box of SVGElement ( Any Way in Chrome/FireFox/IE )

2011-01-12 Thread Jeff
On Wed, Jan 12, 2011 at 8:42 PM, Raks A raks...@gmail.com wrote: I could achieve the task without using the SVG DOM API and instead using the basic DOM API of createElementNS, setAttributeNS and createTextNode Would it have been possible to directly use SVG specific APIs to achieve the same

Re: [svg-developers] SVG in iPhone App

2011-01-12 Thread Raks A
Could not find anything related to SVG in Titanium, are you sure that Titanium has built in SVG player than can play SVG SMIL animation ? - Raks A On Thu, Jan 13, 2011 at 10:03 AM, Guy Morton g...@alchemy.com.au wrote: Look at the Titanium framework.

Re: [svg-developers] SVG in iPhone App

2011-01-12 Thread Jacob Beard
I don't have first-hand experience with this, but I think if you develop an application based around UIWebView http://www.iphonesdkarticles.com/2008/08/uiwebview-tutorial.html, you'll have access to all of the APIs which mobile Safari gives you, including SVG and SMIL. To that end, a framework