Ayan Ghatak
Ayan Ghatak
I completely agree @YealZoy . Setting multiple events does nothing but appends the events into an array of events to be listened. Click is nothing but a mouseMove not being...
@Macariel This appeared to be a bug on the browser level and not with raphael itself. In raphael.core.js , line 3322, you would find the code for adding event. So...
One good argument against this might be: If its animatable, then why to show the change. And for the thing is, in any situation if he wants to apply by...
A test case to replicate the same would be: > Creating a "abc" group element and a text element appended to that group. `g = paper.group(''abc");` `t = p.text(g).attr({"text": "xyz",...
Creating a [PR](https://github.com/fusioncharts/redraphael/pull/68) for the same.
**Extending the issue**: In the text created and stored under the variable named 't' in above comment, doing the operations: - `t.show()` - `t.hide()` - `t.rotate(deg, cx, cy)` - `t.scale(sx,...
Creating a [PR](https://github.com/fusioncharts/redraphael/pull/70) for the extension of the issue discussed in the above comment.