https://bugzilla.wikimedia.org/show_bug.cgi?id=35335
--- Comment #11 from Brion Vibber <[email protected]> --- The animation is set to 10s, which seems pretty slow (in terms of total time). It also renders kind of slowly for me (poor frame rate), which is probably because it's a 1000x1000 image instead of the intended size. :) Recommend: * don't embed the SVG in the HTML; the SVG file should be loaded as a background image via CSS, so we can let it fall back to a PNG version for some older browsers * size should match the current size * shorten the animation duration to match the current animation * only run the animation once, not continuously * when the animation completes, the star needs to change state * needs to be integrated into the actual stylesheets -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
