raphael
14 years agoFixed path parsing. Ok, lets release it. ;) 0.8
Dmitry Baranovskiy [Tue, 16 Jun 2009 02:10:05 +0000 (12:10 +1000)]
Fixed path parsing. Ok, lets release it. ;)

14 years agoAdd paper to each element. Update ninja method for IE. Change defautl dimensions.
Dmitry Baranovskiy [Tue, 16 Jun 2009 00:56:13 +0000 (10:56 +1000)]
Add paper to each element. Update ninja method for IE. Change defautl dimensions.

14 years agoFixed plugins, gradients, r for rects in VML, arcs in scaling and a bit of animation...
Dmitry Baranovskiy [Sun, 14 Jun 2009 23:55:44 +0000 (09:55 +1000)]
Fixed plugins, gradients, r for rects in VML, arcs in scaling and a bit of animation. [not final release]

14 years ago• Moved getRGB to Raphael method
Dmitry Baranovskiy [Thu, 11 Jun 2009 00:16:10 +0000 (10:16 +1000)]
• Moved getRGB to Raphael method
• added caching to some methods
• updated plugins
• added plugins for elements (Raphael.el.new_method = function…)
• fixed scale (still need to update animation)
• add some performance things to VML realisation

14 years agoFixing scale of negative (in progress)
Dmitry Baranovskiy [Tue, 9 Jun 2009 07:32:14 +0000 (17:32 +1000)]
Fixing scale of negative (in progress)

14 years agoNew methods: registerFont, getFont and print. Cufón file formats for fonts integration.
Dmitry Baranovskiy [Thu, 4 Jun 2009 01:20:27 +0000 (11:20 +1000)]
New methods: registerFont, getFont and print. Cufón file formats for fonts integration.

14 years agoWorking on 0.8
Dmitry Baranovskiy [Mon, 1 Jun 2009 07:48:23 +0000 (17:48 +1000)]
Working on 0.8

14 years agoFixes SVG capability detection bug in Safari 3.0.4 (http://github.com/DmitryBaranovsk...
lindsayevans [Thu, 21 May 2009 05:20:27 +0000 (13:20 +0800)]
Fixes SVG capability detection bug in Safari 3.0.4 (github.com/DmitryBaranovskiy/raphael/issues/#issue/14)

Signed-off-by: Dmitry Baranovskiy <dmitry.baranovskiy@gmail.com>
15 years ago0.7.4
Dmitry Baranovskiy [Fri, 24 Apr 2009 01:14:05 +0000 (11:14 +1000)]
0.7.4
• fixed font-weight and font-style
• Add noConflict method
• fix getBBox for text in Firefox
• fix fill-opacity in IE
• fix BBox for text in IE

15 years ago0.7.3
Dmitry Baranovskiy [Mon, 13 Apr 2009 23:49:10 +0000 (09:49 +1000)]
0.7.3
Fixes to arc scale, text-anchor support, namespaces in plugins support, hyperlink support. Special thanks to Vincent Jauneau: http://vincentjauneau.com/raphael/

15 years ago0.7.2
Dmitry Baranovskiy [Mon, 23 Mar 2009 23:41:46 +0000 (10:41 +1100)]
0.7.2
• IE8 support (thank you to William Edney)
• scientific notation support

15 years agoAdd some checks for right values and some small bug fixes. 0.7.1
Dmitry Baranovskiy [Wed, 18 Mar 2009 23:42:06 +0000 (10:42 +1100)]
Add some checks for right values and some small bug fixes. 0.7.1

15 years agoFinall commit before release: 0.7
Dmitry Baranovskiy [Wed, 11 Mar 2009 23:22:01 +0000 (10:22 +1100)]
Finall commit before release:
• fixed events

15 years agoFix bugs in the multiline text positioning
Dmitry Baranovskiy [Wed, 11 Mar 2009 06:25:19 +0000 (17:25 +1100)]
Fix bugs in the multiline text positioning

15 years ago• changed gradient syntax to "<angle>-<color>-[<color>[:<offset>]…]-<color>" in order...
Dmitry Baranovskiy [Tue, 10 Mar 2009 05:14:26 +0000 (16:14 +1100)]
• changed gradient syntax to "<angle>-<color>-[<color>[:<offset>]…]-<color>" in order to make it more readable

15 years agoAdded multiline text
Dmitry Baranovskiy [Tue, 10 Mar 2009 05:11:40 +0000 (16:11 +1100)]
Added multiline text

15 years ago• changed gradient syntax to "<angle>/<color>/[<color>[:<offset>]…]/<color>" in order...
Dmitry Baranovskiy [Sun, 8 Mar 2009 22:00:04 +0000 (09:00 +1100)]
• changed gradient syntax to "<angle>/<color>/[<color>[:<offset>]…]/<color>" in order to pass rgb(r,g,b) as colors
• added fill-opacity support to gradients

15 years ago• added method setWindow for work with iframes
Dmitry Baranovskiy [Fri, 6 Mar 2009 00:49:57 +0000 (11:49 +1100)]
• added method setWindow for work with iframes
• added new simpler syntax for gradients "<angle>,<color>,[<color>[:<offset>]…]<color>"
• added setSize method for resizing the canvas

15 years agoFixed scale(1) call
Dmitry Baranovskiy [Mon, 2 Mar 2009 07:50:42 +0000 (18:50 +1100)]
Fixed scale(1) call

15 years agoAdded support for “src” attribute for images.
Dmitry Baranovskiy [Sun, 1 Mar 2009 21:58:35 +0000 (08:58 +1100)]
Added support for “src” attribute for images.
Added extra check for function in event handlers

15 years ago• fix for getBBox in IE
Dmitry Baranovskiy [Sun, 22 Feb 2009 23:54:23 +0000 (10:54 +1100)]
• fix for getBBox in IE
• returned rgb2hsb function
• added some copyrights to reference.html

15 years agoFix for setBox in VML, take care of rotation origin.
Dmitry Baranovskiy [Thu, 19 Feb 2009 21:48:38 +0000 (08:48 +1100)]
Fix for setBox in VML, take care of rotation origin.

15 years agoFIx rotation and finalise an API for it.
Dmitry Baranovskiy [Wed, 18 Feb 2009 00:08:38 +0000 (11:08 +1100)]
FIx rotation and finalise an API for it.

15 years agoUpdate Reference
Dmitry Baranovskiy [Mon, 16 Feb 2009 23:33:48 +0000 (10:33 +1100)]
Update Reference

15 years agoAdd rotation around given point.
Dmitry Baranovskiy [Mon, 16 Feb 2009 23:09:11 +0000 (10:09 +1100)]
Add rotation around given point.

15 years agoOops, forgot to add vars. And also fix for IE getBBox for text elements.
Dmitry Baranovskiy [Fri, 13 Feb 2009 00:21:20 +0000 (11:21 +1100)]
Oops, forgot to add vars. And also fix for IE getBBox for text elements.

15 years agoImportant change so previous fix work with attr
Dmitry Baranovskiy [Wed, 11 Feb 2009 06:06:10 +0000 (17:06 +1100)]
Important change so previous fix work with attr

15 years agoRemoved garbage
Dmitry Baranovskiy [Wed, 11 Feb 2009 05:35:09 +0000 (16:35 +1100)]
Removed garbage

15 years agoFixed setBox and getBBox for text nodes in IE.
Dmitry Baranovskiy [Wed, 11 Feb 2009 05:31:09 +0000 (16:31 +1100)]
Fixed setBox and getBBox for text nodes in IE.

15 years agoRolling back splitting. It happens that there no win: two requests is still longer...
Dmitry Baranovskiy [Mon, 9 Feb 2009 00:22:35 +0000 (11:22 +1100)]
Rolling back splitting. It happens that there no win: two requests is still longer then one big on the current file size.

15 years agoAdd plug-ins functionality.
Dmitry Baranovskiy [Fri, 6 Feb 2009 06:18:21 +0000 (17:18 +1100)]
Add plug-ins functionality.

15 years agoRemoved packed version
Dmitry Baranovskiy [Fri, 6 Feb 2009 04:29:40 +0000 (15:29 +1100)]
Removed packed version

15 years ago0.7
Dmitry Baranovskiy [Fri, 6 Feb 2009 04:27:22 +0000 (15:27 +1100)]
0.7

15 years agoFixed parsePathString method a bit.
Dmitry Baranovskiy [Thu, 29 Jan 2009 05:58:08 +0000 (16:58 +1100)]
Fixed parsePathString method a bit.
Add reference to Atlassian in reference.html

15 years ago0.6.4
Dmitry Baranovskiy [Thu, 29 Jan 2009 04:37:24 +0000 (15:37 +1100)]
0.6.4
• Fix for IE clipping ( thank you L. Alfonso)
• insertBefore, insertAfter fix (thank you netnichols)
• toString method added to pathArray

15 years agoChanged tabs to spaces.
Jeff Nichols [Wed, 28 Jan 2009 14:48:48 +0000 (22:48 +0800)]
Changed tabs to spaces.

Signed-off-by: Dmitry Baranovskiy <dmitry.baranovskiy@gmail.com>
15 years agoChanged insertBefore() and insertAfter() to have different implementations for VML...
Jeff Nichols [Wed, 28 Jan 2009 14:29:29 +0000 (22:29 +0800)]
Changed insertBefore() and insertAfter() to have different implementations for VML and SVG (was broken in VML). Also changed these functions to return 'this' for chaining.

Signed-off-by: Dmitry Baranovskiy <dmitry.baranovskiy@gmail.com>
15 years agoAdd section documenting which attributes can be animated.
Meitar Moscovitz [Wed, 28 Jan 2009 16:25:15 +0000 (00:25 +0800)]
Add section documenting which attributes can be animated.

Signed-off-by: Dmitry Baranovskiy <dmitry.baranovskiy@gmail.com>
15 years agoAdd documentation for `.text()` method.
Meitar Moscovitz [Sun, 25 Jan 2009 13:48:18 +0000 (21:48 +0800)]
Add documentation for `.text()` method.

Signed-off-by: Dmitry Baranovskiy <dmitry.baranovskiy@gmail.com>
15 years agoPick up documentation edit stragglers.
Meitar Moscovitz [Fri, 16 Jan 2009 15:28:40 +0000 (23:28 +0800)]
Pick up documentation edit stragglers.

Signed-off-by: Dmitry Baranovskiy <dmitry.baranovskiy@gmail.com>
15 years agoRemoved superfluous comments
Dmitry Baranovskiy [Fri, 16 Jan 2009 04:58:55 +0000 (15:58 +1100)]
Removed superfluous comments

15 years ago0.6.3 Fixed opacity for images and 2 px shift for canvas in IE
Dmitry Baranovskiy [Fri, 16 Jan 2009 04:57:25 +0000 (15:57 +1100)]
0.6.3 Fixed opacity for images and 2 px shift for canvas in IE

15 years agoPort markdown documentation improvements to HTML.
Meitar Moscovitz [Thu, 15 Jan 2009 06:19:15 +0000 (14:19 +0800)]
Port markdown documentation improvements to HTML.

Signed-off-by: Dmitry Baranovskiy <dmitry.baranovskiy@gmail.com>
15 years agoAdd some rudimentary integration tests.
Ben Askins [Sat, 10 Jan 2009 00:33:00 +0000 (08:33 +0800)]
Add some rudimentary integration tests.

Signed-off-by: Dmitry Baranovskiy <dmitry.baranovskiy@gmail.com>
15 years agoFixed English by Meitar Moscovitz. Merged by hands.
Dmitry Baranovskiy [Thu, 15 Jan 2009 01:16:16 +0000 (12:16 +1100)]
Fixed English by Meitar Moscovitz. Merged by hands.

15 years ago0.6.2 Fixed IE bug with getting translation attributes. Added new methods insertBefor...
Dmitry Baranovskiy [Thu, 15 Jan 2009 00:42:26 +0000 (11:42 +1100)]
0.6.2 Fixed IE bug with getting translation attributes. Added new methods insertBefore and insertAfter.

15 years agoMerge branch 'master' of git@github.com:DmitryBaranovskiy/raphael
Dmitry Baranovskiy [Thu, 8 Jan 2009 22:56:10 +0000 (09:56 +1100)]
Merge branch 'master' of git@github.com:DmitryBaranovskiy/raphael

15 years agoIE7 bugfix
Dmitry Baranovskiy [Thu, 8 Jan 2009 22:46:15 +0000 (09:46 +1100)]
IE7 bugfix

15 years agoREADME - fixed list rendering
Ben Askins [Thu, 8 Jan 2009 05:33:30 +0000 (13:33 +0800)]
README - fixed list rendering

Signed-off-by: Dmitry Baranovskiy <dmitry.baranovskiy@gmail.com>
15 years agoGithub markdown - testing
Ben Askins [Thu, 8 Jan 2009 05:29:09 +0000 (13:29 +0800)]
Github markdown - testing

Signed-off-by: Dmitry Baranovskiy <dmitry.baranovskiy@gmail.com>
15 years agoREADME
Ben Askins [Thu, 8 Jan 2009 05:27:49 +0000 (13:27 +0800)]
README

Signed-off-by: Dmitry Baranovskiy <dmitry.baranovskiy@gmail.com>
15 years agoAdded small description of animate method
Dmitry Baranovskiy [Wed, 7 Jan 2009 22:56:50 +0000 (09:56 +1100)]
Added small description of animate method

15 years agoUpdated documentation. Version 0.6 changes.
Dmitry Baranovskiy [Wed, 7 Jan 2009 22:15:24 +0000 (09:15 +1100)]
Updated documentation. Version 0.6 changes.

15 years agoReference
Dmitry Baranovskiy [Wed, 7 Jan 2009 06:31:43 +0000 (17:31 +1100)]
Reference

15 years agoversion 0.6: new "animate" method. Old transform, scale and rotate rewritten. Added...
Dmitry Baranovskiy [Mon, 5 Jan 2009 01:42:53 +0000 (12:42 +1100)]
version 0.6: new "animate" method. Old transform, scale and rotate rewritten. Added support of path as an attribute (attr("path", "M30,30…")) as well as rotation, translation and scale. Plus some bug fixes and refactoring.

15 years agoBetter fix for Safari
Dmitry Baranovskiy [Wed, 24 Dec 2008 02:03:02 +0000 (13:03 +1100)]
Better fix for Safari

15 years ago0.5.12 Quick fix for patterns as well as fix for Safari & Opera.
Dmitry Baranovskiy [Wed, 24 Dec 2008 01:57:12 +0000 (12:57 +1100)]
0.5.12 Quick fix for patterns as well as fix for Safari & Opera.

15 years ago0.5.11 version number update and packed version
Dmitry Baranovskiy [Tue, 23 Dec 2008 06:47:12 +0000 (17:47 +1100)]
0.5.11 version number update and packed version

15 years agoMerge branch 'master' of git@github.com:DmitryBaranovskiy/raphael
Dmitry Baranovskiy [Tue, 23 Dec 2008 06:43:06 +0000 (17:43 +1100)]
Merge branch 'master' of git@github.com:DmitryBaranovskiy/raphael

15 years agoRemove comments
Dmitry Baranovskiy [Tue, 23 Dec 2008 06:41:58 +0000 (17:41 +1100)]
Remove comments

15 years agoAdd pattern support and rewrite dashed lines support. Move closer to VML implementation.
Dmitry Baranovskiy [Tue, 23 Dec 2008 06:40:32 +0000 (17:40 +1100)]
Add pattern support and rewrite dashed lines support. Move closer to VML implementation.

15 years agoDon't round calculation of rowHeight and columnWidth in the drawGrid function. If...
Ben Askins [Mon, 22 Dec 2008 04:50:03 +0000 (12:50 +0800)]
Don't round calculation of rowHeight and columnWidth in the drawGrid function. If you want to plot points on the drawn grid, rounding these figures will lead to inaccuracies.

Signed-off-by: Dmitry Baranovskiy <dmitry.baranovskiy@gmail.com>
15 years agoFix packaging parameters for packed version
Dmitry Baranovskiy [Thu, 18 Dec 2008 02:23:55 +0000 (13:23 +1100)]
Fix packaging parameters for packed version

15 years agoCode styling changes
Dmitry Baranovskiy [Thu, 18 Dec 2008 02:21:50 +0000 (13:21 +1100)]
Code styling changes

15 years ago0.5.10 Fixed parsing of path string. Added obj.node as an alternative to obj[0].
Dmitry Baranovskiy [Thu, 18 Dec 2008 02:04:37 +0000 (13:04 +1100)]
0.5.10 Fixed parsing of path string. Added obj.node as an alternative to obj[0].

15 years agoFIxed bug in VML for arcTo method, rgb2hsb and getColor
Dmitry Baranovskiy [Thu, 20 Nov 2008 23:32:36 +0000 (10:32 +1100)]
FIxed bug in VML for arcTo method, rgb2hsb and getColor

15 years agoUpdated string parsing for path creation and fixed small issues with VML.
Dmitry Baranovskiy [Tue, 11 Nov 2008 05:35:23 +0000 (16:35 +1100)]
Updated string parsing for path creation and fixed small issues with VML.

15 years agoFixed some errors left from refactoring
Dmitry Baranovskiy [Fri, 7 Nov 2008 00:11:54 +0000 (11:11 +1100)]
Fixed some errors left from refactoring

15 years agoUpdated default filling in IE to none.
Dmitry Baranovskiy [Wed, 22 Oct 2008 15:43:13 +0000 (08:43 -0700)]
Updated default filling in IE to none.

15 years agoQuick fix of gradient bug
Dmitry Baranovskiy [Wed, 22 Oct 2008 06:08:50 +0000 (23:08 -0700)]
Quick fix of gradient bug

15 years agoSmall fix + added ability to get current transformation.
Dmitry Baranovskiy [Tue, 21 Oct 2008 23:38:54 +0000 (16:38 -0700)]
Small fix + added ability to get current transformation.

15 years agoAdded animateTo method plus some OO optimisation.
Dmitry Baranovskiy [Tue, 21 Oct 2008 18:49:24 +0000 (11:49 -0700)]
Added animateTo method plus some OO optimisation.

15 years agoArc support has been landed. However use it on your own risk. It haven’t been tested...
Dmitry Baranovskiy [Thu, 16 Oct 2008 06:32:44 +0000 (23:32 -0700)]
Arc support has been landed. However use it on your own risk. It haven’t been tested properly yet.

15 years agoFixed bug in VML part (thanks to Alfonso Moreno).
Dmitry Baranovskiy [Wed, 8 Oct 2008 00:48:23 +0000 (11:48 +1100)]
Fixed bug in VML part (thanks to Alfonso Moreno).
Rewrite transformation part (again) for SVG.
Small code improvements.

15 years agoFixed the bug with the image in IE.
Dmitry Baranovskiy [Fri, 3 Oct 2008 00:33:36 +0000 (10:33 +1000)]
Fixed the bug with the image in IE.

15 years agoFixed couple of bugs for IE, especially with changing attributes for x and y. Added...
Dmitry Baranovskiy [Wed, 1 Oct 2008 00:12:02 +0000 (10:12 +1000)]
Fixed couple of bugs for IE, especially with changing attributes for x and y. Added colour functions rgb2hsb & hsb2rgb. Also included fix by netnichols.

15 years agoFixed hide and show methods
Dmitry Baranovskiy [Fri, 19 Sep 2008 04:13:52 +0000 (14:13 +1000)]
Fixed hide and show methods

15 years agoAdded “text” attribute for text nodes + IE fixes
Dmitry Baranovskiy [Thu, 18 Sep 2008 07:02:04 +0000 (17:02 +1000)]
Added “text” attribute for text nodes + IE fixes

15 years agoversion 0.5.3:
Dmitry Baranovskiy [Tue, 16 Sep 2008 00:09:01 +0000 (10:09 +1000)]
version 0.5.3:
attr("name") returns current value for attribute
scale(x, y) scales object horizontally and vertically, use negative values to reflect
some bug fix.

15 years agoPacked version
Dmitry Baranovskiy [Tue, 2 Sep 2008 06:52:48 +0000 (16:52 +1000)]
Packed version

15 years agoInitial commit to GIT
Dmitry Baranovskiy [Tue, 2 Sep 2008 05:51:51 +0000 (15:51 +1000)]
Initial commit to GIT