Dmitry Baranovskiy

Results 13 comments of Dmitry Baranovskiy

Unsorted pie charts doesn’t make any sense.

Even if this is a generally good idea, changing API is dangerous thing and should have serious reason. More serious.

@danielgindi What is the point in Raphaël without IE support? How is it better than Snap.SVG?

I would suggest you to make it a pull request to CSS files.

@frank-weindel Could you, please, point where “Snap uses eval() in certain places (transform() is one area I know for sure)”?

FWIW, [one semipopular library](https://github.com/DmitryBaranovskiy/raphael) doesn’t overwrite any native methods. `Element` in the code is custom object, not a native `HTMLElement` or similar. No problems with this method introduction. 👍

Raphael is not an SVG manipulation library, but rather an adaptor. And while I understand that its adaptor role is obsolete, this change will brake the core functionality of the...

So, that means that if number of colour stops is different to number of opacity stops it will put intermediate values for opacity on stops?