Commit Graph

20 Commits

Author SHA1 Message Date
Timmy Willison a9c46aaf57 Use a custom build task in grunt to build raphael in a way that creates a valid anonymous module for AMD definition.
- Also pulls in the version from package.json to create the banner from copy.js (so the version can be set in one place)
- Conforms Gruntfile to most common tabs and spacing of other files
- grunt-cli should not be included in devDependencies (it is only ever installed globally)
2013-05-04 17:25:48 -04:00
Michael Silveira 1db9be576d Tiny fix to get arrow-heads working again 2013-04-02 10:35:51 -07:00
Timmy Willison ad401490c3 We can assume require's presence if define is present. Minor style adjustments. 2013-03-25 18:11:04 -04:00
Timmy Willison 035a938d31 Added recommended UMD syntax to raphael for AMD support. Fixes gh-407.
Related: https://github.com/umdjs/umd
2013-03-25 17:57:01 -04:00
Tomas Alabes 2929bfdf6c Corrected typos of documentation 2013-02-17 19:41:36 -03:00
Tomas Alabes bdfe043506 Fixed error when Raphael undefined 2013-02-16 00:38:16 -03:00
Dmitry Baranovskiy 7ba1a8258b 2.1.0. Look history.md for list of changes 2012-03-14 12:20:58 +11:00
Dmitry Baranovskiy c472a26147 2.0.2 2012-02-09 16:39:54 +11:00
Dmitry Baranovskiy 10c3e3b7f4 * Global variables leakage fix
*  fix for elements with links
  * Gradient clean up
  * Added  attribute
  * Fixed hsb methods
  * Fixed image flickering
  * Improved  method on
  * Fixed drag'n'drop
  * New method [Paper.add](http://raphaeljs.com/reference.html#Paper.add)
  * Fix for
2011-11-18 11:39:46 +11:00
Dmitry Baranovskiy 3c49587c2b Final small fixes… 2011-10-01 11:27:39 +02:00
Dmitry Baranovskiy a3d3b76d37 Fixed set removal process and exclude method 2011-09-19 11:37:41 +10:00
Dmitry Baranovskiy e0339293f7 Added absolute transformation syntax support. 2011-09-19 09:03:08 +10:00
Dmitry Baranovskiy 0c4db23235 Fix for Firefox rendering, exposed createUUID() and added docs for delay() method 2011-09-05 15:06:49 +10:00
Dmitry Baranovskiy 1dacaa3842 Documentation fixes + custom attributes and getPointAtLength fix 2011-08-26 14:05:26 +10:00
Dmitry Baranovskiy 9ae9af883e Fixes
• colour parsing • adding Catmull-Rom spline to the path string
(http://schepers.cc/getting-to-the-point) • fixed animation if keyframes
are in format "XX" • added documentation for Element.path • fixed bug
with image in VML
2011-08-24 09:54:08 +10:00
Dmitry Baranovskiy 68cabfae05 Documentation fixes 2011-08-03 15:42:10 +10:00
Dmitry Baranovskiy 89e3f477cd Bug fixes & docs update
• documentation for Cufon fonts • fixed path2curve error • fixed setSize
and setViewBox
2011-08-03 11:17:19 +10:00
Dmitry Baranovskiy e78d730ed7 Documentation fixes 2011-07-27 16:37:35 +10:00
Dmitry Baranovskiy 59524ab7e4 Splitting fixes 2011-07-26 09:17:57 +10:00
Dmitry Baranovskiy f7cbfd3ddb Split raphael into 3 development files. Added build process. Fixed transformation issues, PNG opacity in IE, etc 2011-07-25 15:28:30 +10:00