Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lajos Meszaros committed Apr 13, 2016
1 parent a1d70cc commit 0f5dba8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ Original notes by: [Matthew Taylor](https://github.com/rhyolight)

This is an updated version of the Raphael.group.js plugin. It adds support for moving groups and scaling the X and Y axis independently.

WARNING: These plugins were not tested in IE, and I don't care.
**WARNING**: These plugins were not tested in IE, and I don't care.

These are plugins I've created for the RaphaelJS library (~~[http://raphaeljs.com/](http://raphaeljs.com/)~~ - _link is outdated, see updated link below_) for my own personal use. Feel free to use them as well.
These are plugins I've created for the RaphaelJS library (~~[http://raphaeljs.com/](http://raphaeljs.com/)~~ => https://github.com/DmitryBaranovskiy/raphael) for my own personal use. Feel free to use them as well.

# Update!
## Update!

If you don't need to worry about IE8 (or below) users, then I suggest you to migrate over to the newer SnapSVG library,
which is more lightweight, produced by the same author, has a similar syntax and has all the features of SVG covered, that was missing from RaphaelJS, including groups.

RaphaelJS tries to even out the differences between SVG and the old, outdated Microsoft Vector Markup Language (VML).
It only supports features, which are present in both SVG and VML, and grouping is only supported in SVG.

SnapSVG homepage: http://snapsvg.io/
## Links

Updated link to RaphaelJS project: https://github.com/DmitryBaranovskiy/raphael
* [SnapSVG homepage](http://snapsvg.io/)
* [RaphaelJS project](https://github.com/DmitryBaranovskiy/raphael)

0 comments on commit 0f5dba8

Please sign in to comment.