Commit Graph

54 Commits

Author SHA1 Message Date
Dmitry Baranovskiy 9655adecaa 0.7.2
• IE8 support (thank you to William Edney)
• scientific notation support
2009-03-24 10:41:46 +11:00
Dmitry Baranovskiy 0c935da0ec Add some checks for right values and some small bug fixes. 0.7.1 2009-03-19 10:42:06 +11:00
Dmitry Baranovskiy 7bf58408f2 Finall commit before release:
• fixed events
2009-03-12 10:22:01 +11:00
Dmitry Baranovskiy 36e869e426 Fix bugs in the multiline text positioning 2009-03-11 17:25:19 +11:00
Dmitry Baranovskiy f64adffa8f • changed gradient syntax to "<angle>-<color>-[<color>[:<offset>]…]-<color>" in order to make it more readable 2009-03-10 16:14:26 +11:00
Dmitry Baranovskiy 128aa56ec6 Added multiline text 2009-03-10 16:11:40 +11:00
Dmitry Baranovskiy 1dc96df73d • 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
2009-03-09 09:00:04 +11:00
Dmitry Baranovskiy f993f78bc7 • 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
2009-03-06 11:49:57 +11:00
Dmitry Baranovskiy 67ccc078db Fixed scale(1) call 2009-03-02 18:50:42 +11:00
Dmitry Baranovskiy c4ed640151 Added support for “src” attribute for images.
Added extra check for function in event handlers
2009-03-02 08:58:35 +11:00
Dmitry Baranovskiy fc37338d95 • fix for getBBox in IE
• returned rgb2hsb function
• added some copyrights to reference.html
2009-02-23 10:54:23 +11:00
Dmitry Baranovskiy 4178d8d192 Fix for setBox in VML, take care of rotation origin. 2009-02-20 08:48:38 +11:00
Dmitry Baranovskiy 1db9ed4a0b FIx rotation and finalise an API for it. 2009-02-18 11:08:38 +11:00
Dmitry Baranovskiy 872de78ba8 Add rotation around given point. 2009-02-17 10:09:11 +11:00
Dmitry Baranovskiy f7a7f262ea Oops, forgot to add vars. And also fix for IE getBBox for text elements. 2009-02-13 11:21:20 +11:00
Dmitry Baranovskiy b0b2ee9427 Important change so previous fix work with attr 2009-02-11 17:06:10 +11:00
Dmitry Baranovskiy bd75f46e17 Removed garbage 2009-02-11 16:35:09 +11:00
Dmitry Baranovskiy e096c8fe9b Fixed setBox and getBBox for text nodes in IE. 2009-02-11 16:31:09 +11:00
Dmitry Baranovskiy ce0c1bf064 Rolling back splitting. It happens that there no win: two requests is still longer then one big on the current file size. 2009-02-09 11:22:35 +11:00
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