raphaeljs.com icon indicating copy to clipboard operation
raphaeljs.com copied to clipboard

raphaël web site

Results 9 raphaeljs.com issues
Sort by recently updated
recently updated
newest added

There was no readme, so copied the "Introduction" from the blog post

Hello, i want to create something like the australia map, but can you tell me how to get the image map values for each part of the country, please? Thank...

Found a bug: If the clock runs until one of the smaller circles makes a full loop (i.e. transition from 11:59 to 12:00) the inner circles make a full rotation...

Trying to access http://raphaeljs.com/ results in "page not found" error.

The download link https://github.com/DmitryBaranovskiy/raphael/raw/master/raphael-min.js currently points to 2.1.4 but the description used older version. This commit updates the version and size in kilobytes of the download.

Fix issue #4 (no arrow-start in docs)

[The documentation](http://raphaeljs.com/reference.html#Element.attr) only lists `arrow-end`, not `arrow-start`. `arrow-start` works, though, of course. At first (as I'm brand new to Raphael), I thought I was missing some fundamental concept that would...

First method Animation.delay(delay) links for example pointing here: https://github.com/DmitryBaranovskiy/raphael/blob/master/raphael.core.js#L4196 As I understand these files moved to /dev/ folder

This line caused minute/second hands to bounce when they reset to 0 because they set to 60, where they wobbled for a whole second/minute respectively All others are properly adjusted...