chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.35k stars 467 forks source link

SVG animate doesnt draw de animation #503

Closed magreenblatt closed 12 years ago

magreenblatt commented 12 years ago

Original report by Anonymous.


Original issue 503 created by nitrohemibr on 2012-02-10T13:58:16.000Z:

After several tests i found out that Animate function in rapahel.js or jquery.svg.js is not working properly.

how it is behaving...

a simple animation using anitamate(...); with or without callback function simply doesnt draw the animation

but if you move your mouse or exit screen and came back, it will be painted in the ending position.

you can use those examples to test:

http://keith-wood.name/svg.html\#anim

http://raphaeljs.com/hand.html

With svn version R133 it works, i am using the R137

magreenblatt commented 12 years ago

Comment 1. originally posted by magreenblatt on 2012-10-03T17:34:56.000Z:

magreenblatt commented 12 years ago