Commit Graph

35 Commits

Author SHA1 Message Date
Dmitry Baranovskiy 60fa8cbcfc Add plug-ins functionality. 2009-02-06 17:18:21 +11:00
Dmitry Baranovskiy 611b10f1d1 0.7 2009-02-06 15:27:22 +11:00
Dmitry Baranovskiy ca9b636123 Fixed parsePathString method a bit.
Add reference to Atlassian in reference.html
2009-01-29 16:58:08 +11:00
Dmitry Baranovskiy 26c9fc7d66 0.6.4
• Fix for IE clipping ( thank you L. Alfonso)
• insertBefore, insertAfter fix (thank you netnichols)
• toString method added to pathArray
2009-01-29 15:37:24 +11:00
Jeff Nichols dea6daafbd Changed tabs to spaces.
Signed-off-by: Dmitry Baranovskiy <dmitry.baranovskiy@gmail.com>
2009-01-29 07:45:11 +08:00
Jeff Nichols 399f9560a7 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>
2009-01-29 07:45:10 +08:00
Dmitry Baranovskiy 6f78b5289a Removed superfluous comments 2009-01-16 15:58:55 +11:00
Dmitry Baranovskiy 7aece1538e 0.6.3 Fixed opacity for images and 2 px shift for canvas in IE 2009-01-16 15:57:25 +11:00
Dmitry Baranovskiy 80f9e5740f 0.6.2 Fixed IE bug with getting translation attributes. Added new methods insertBefore and insertAfter. 2009-01-15 11:42:26 +11:00
Dmitry Baranovskiy 2d5839be4e IE7 bugfix 2009-01-09 09:46:15 +11:00
Dmitry Baranovskiy 61a02c2c7b 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. 2009-01-05 12:42:53 +11:00
Dmitry Baranovskiy 65ea864c1e Better fix for Safari 2008-12-24 13:03:02 +11:00
Dmitry Baranovskiy 77636f0654 0.5.12 Quick fix for patterns as well as fix for Safari & Opera. 2008-12-24 12:57:12 +11:00
Dmitry Baranovskiy 8b34828062 0.5.11 version number update and packed version 2008-12-23 17:47:12 +11:00
Dmitry Baranovskiy 2476336223 Merge branch 'master' of git@github.com:DmitryBaranovskiy/raphael 2008-12-23 17:43:06 +11:00
Dmitry Baranovskiy a300e42dd5 Remove comments 2008-12-23 17:41:58 +11:00
Dmitry Baranovskiy 89046d5b70 Add pattern support and rewrite dashed lines support. Move closer to VML implementation. 2008-12-23 17:40:32 +11:00
Ben Askins 9d3c93c06e 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>
2008-12-23 07:45:06 +08:00
Dmitry Baranovskiy 6b5bc48c6b Code styling changes 2008-12-18 13:21:50 +11:00
Dmitry Baranovskiy 3e2a2449f5 0.5.10 Fixed parsing of path string. Added obj.node as an alternative to obj[0]. 2008-12-18 13:04:37 +11:00
Dmitry Baranovskiy a48052fbaf FIxed bug in VML for arcTo method, rgb2hsb and getColor 2008-11-21 10:32:36 +11:00
Dmitry Baranovskiy 88b0d0313a Updated string parsing for path creation and fixed small issues with VML. 2008-11-11 16:35:23 +11:00
Dmitry Baranovskiy 5938c39714 Fixed some errors left from refactoring 2008-11-07 11:11:54 +11:00
Dmitry Baranovskiy dcb5680f40 Updated default filling in IE to none. 2008-10-22 08:43:13 -07:00
Dmitry Baranovskiy dfe115a910 Quick fix of gradient bug 2008-10-21 23:08:50 -07:00
Dmitry Baranovskiy cf76de4f23 Small fix + added ability to get current transformation. 2008-10-21 16:38:54 -07:00
Dmitry Baranovskiy 099c4102c3 Added animateTo method plus some OO optimisation. 2008-10-21 11:49:24 -07:00
Dmitry Baranovskiy 217d0c2262 Arc support has been landed. However use it on your own risk. It haven’t been tested properly yet. 2008-10-15 23:32:44 -07:00
Dmitry Baranovskiy 9972c7539b Fixed bug in VML part (thanks to Alfonso Moreno).
Rewrite transformation part (again) for SVG.
Small code improvements.
2008-10-08 11:48:23 +11:00
Dmitry Baranovskiy 640a16e293 Fixed the bug with the image in IE. 2008-10-03 10:33:36 +10:00
Dmitry Baranovskiy 4993ea181e Fixed couple of bugs for IE, especially with changing attributes for x and y. Added colour functions rgb2hsb & hsb2rgb. Also included fix by netnichols. 2008-10-01 10:12:02 +10:00
Dmitry Baranovskiy 960d30763a Fixed hide and show methods 2008-09-19 14:13:52 +10:00
Dmitry Baranovskiy cad5050897 Added “text” attribute for text nodes + IE fixes 2008-09-18 17:02:04 +10:00
Dmitry Baranovskiy 9a01d454c0 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.
2008-09-16 10:09:01 +10:00
Dmitry Baranovskiy 8ecfd0e348 Initial commit to GIT 2008-09-02 15:51:51 +10:00