Re: [svg-developers] SVG SMIL in Safari ( Test Sample )

2011-02-19 Thread Guy Morton
And of course you can also download Safari for windows.

On 20/02/2011, at 8:58 AM, Jeff Schiller wrote:

> Safari is powered by WebKit so you should be able to get some idea by
> looking at Chrome (though the WebKit powering Safari on iOS is different).
> 
> Jeff
> On Feb 19, 2011 6:49 AM, "Raks A"  wrote:
>> Hi,
>> 
>> I have written a SVG SMIL animation but as I do not have any iOS device
> can
>> someone help me in comparing the animation in Opera on a Windows Machine
> and
>> that on a iPhone/iPad/iPod
>> What is seen on Opera is what is expected but if the animation on
>> iPhone/iPad is different than that in Opera then please let me know
>> 
>> 
>> The animation can be seen on www.telibees.com/iphone_test.svg
>> 
>> Regards
>> Raks
>> 
>> 
>> [Non-text portions of this message have been removed]
>> 
> 
> 
> [Non-text portions of this message have been removed]
> 
> 
> 
> 
> 
> -
> 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 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:
http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

<*> To change settings via email:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [svg-developers] SVG SMIL in Safari ( Test Sample )

2011-02-19 Thread Jeff Schiller
Safari is powered by WebKit so you should be able to get some idea by
looking at Chrome (though the WebKit powering Safari on iOS is different).

Jeff
On Feb 19, 2011 6:49 AM, "Raks A"  wrote:
> Hi,
>
> I have written a SVG SMIL animation but as I do not have any iOS device
can
> someone help me in comparing the animation in Opera on a Windows Machine
and
> that on a iPhone/iPad/iPod
> What is seen on Opera is what is expected but if the animation on
> iPhone/iPad is different than that in Opera then please let me know
>
>
> The animation can be seen on www.telibees.com/iphone_test.svg
>
> Regards
> Raks
>
>
> [Non-text portions of this message have been removed]
>


[Non-text portions of this message have been removed]





-
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:
http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

<*> To change settings via email:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [svg-developers] SVG SMIL in Safari ( Test Sample )

2011-02-19 Thread Guy Morton
If you enable the developer tools in Safari you can tell Safari to run in 
iPhone or iPad mode. Very useful for debugging.


On 20/02/2011, at 1:49 AM, Raks A wrote:

> Hi,
> 
> I have written a SVG SMIL animation but as I do not have any iOS device can
> someone help me in comparing the animation in Opera on a Windows Machine and
> that on a iPhone/iPad/iPod
> What is seen on Opera is what is expected but if the animation on
> iPhone/iPad is different than that in Opera then please let me know
> 
> 
> The animation can be seen on www.telibees.com/iphone_test.svg
> 
> Regards
> Raks
> 
> 
> [Non-text portions of this message have been removed]
> 
> 
> 
> 
> 
> -
> 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 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:
http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

<*> To change settings via email:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [svg-developers] SVG SMIL in Safari ( Test Sample )

2011-02-19 Thread ddailey
Hi Raks,

I recently gave up my i-phone so my feedback isn't what you're looking for, 
though from my experience i-phone SVG in Safari is much like Windows Safari 
only slower.

I got very different behavior from your example in four of the five browsers I 
tested:

Opera -- pretty sure I see what you do here

Firefox 4 -- animation looks just like in Opera only the frog's legs don't 
wiggle

IE/ASV doesn't do anything -- but, then, if I take the source code and get rid 
of all the funky xml namespace stuff* then it works fine but no leg wiggling.

Chrome and Safari -- it freezes while showing two of the last few frames and 
never dissolves into the pair of eyes that we see elsewhere.

The Chrome/Safari thing is most likely a bug, though a quick look at your code 
didn't give me any clues as to what might be causing it.

And for the differences between IE/ASV=FF and Opera, that's a somewhat unusual 
alignment of browser differences (out of the 32 possible subsets of these 5 
browsers) , so am not sure where I'd start looking to debug. Extra commas or 
incorrect delimitters in one of your paths, though would be my guess.

cheers
David

* beginning the file as just 
http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns:ev="http://www.w3.org/2001/xml-events";>



  - Original Message - 
  From: Raks A 
  To: svg-developers@yahoogroups.com 
  Sent: Saturday, February 19, 2011 9:49 AM
  Subject: [svg-developers] SVG SMIL in Safari ( Test Sample )



  Hi,

  I have written a SVG SMIL animation but as I do not have any iOS device can
  someone help me in comparing the animation in Opera on a Windows Machine and
  that on a iPhone/iPad/iPod
  What is seen on Opera is what is expected but if the animation on
  iPhone/iPad is different than that in Opera then please let me know

  The animation can be seen on www.telibees.com/iphone_test.svg

  Regards
  Raks

  [Non-text portions of this message have been removed]



  

[Non-text portions of this message have been removed]





-
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:
http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

<*> To change settings via email:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



[svg-developers] SVG SMIL in Safari ( Test Sample )

2011-02-19 Thread Raks A
Hi,

I have written a SVG SMIL animation but as I do not have any iOS device can
someone help me in comparing the animation in Opera on a Windows Machine and
that on a iPhone/iPad/iPod
What is seen on Opera is what is expected but if the animation on
iPhone/iPad is different than that in Opera then please let me know


The animation can be seen on www.telibees.com/iphone_test.svg

Regards
Raks


[Non-text portions of this message have been removed]





-
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:
http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)

<*> To change settings via email:
svg-developers-dig...@yahoogroups.com 
svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
svg-developers-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/