raphael
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