e85b406e0cAdd paper to each element. Update ninja method for IE. Change defautl dimensions.
Dmitry Baranovskiy
2009-06-16 10:56:13 +1000
a1f2c39a5bFixed plugins, gradients, r for rects in VML, arcs in scaling and a bit of animation. [not final release]
Dmitry Baranovskiy
2009-06-15 09:55:44 +1000
e1a5ada542• 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
Dmitry Baranovskiy
2009-06-11 10:16:10 +1000
95a611b8d9Fixing scale of negative (in progress)
Dmitry Baranovskiy
2009-06-09 17:32:14 +1000
a42f6a611aNew methods: registerFont, getFont and print. Cufón file formats for fonts integration.
Dmitry Baranovskiy
2009-06-04 11:20:27 +1000
b3e699a2eeWorking on 0.8
Dmitry Baranovskiy
2009-06-01 17:48:23 +1000
7cb1c962260.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
Dmitry Baranovskiy
2009-04-24 11:14:05 +1000
5345abf7bd0.7.3 Fixes to arc scale, text-anchor support, namespaces in plugins support, hyperlink support. Special thanks to Vincent Jauneau: http://vincentjauneau.com/raphael/
Dmitry Baranovskiy
2009-04-14 09:49:10 +1000
9655adecaa0.7.2 • IE8 support (thank you to William Edney) • scientific notation support
Dmitry Baranovskiy
2009-03-24 10:41:46 +1100
0c935da0ecAdd some checks for right values and some small bug fixes. 0.7.1
Dmitry Baranovskiy
2009-03-19 10:42:06 +1100
36e869e426Fix bugs in the multiline text positioning
Dmitry Baranovskiy
2009-03-11 17:25:19 +1100
f64adffa8f• changed gradient syntax to "<angle>-<color>-[<color>[:<offset>]…]-<color>" in order to make it more readable
Dmitry Baranovskiy
2009-03-10 16:14:26 +1100
128aa56ec6Added multiline text
Dmitry Baranovskiy
2009-03-10 16:11:40 +1100
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
Dmitry Baranovskiy
2009-03-09 09:00:04 +1100
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
Dmitry Baranovskiy
2009-03-06 11:49:57 +1100
e096c8fe9bFixed setBox and getBBox for text nodes in IE.
Dmitry Baranovskiy
2009-02-11 16:31:09 +1100
ce0c1bf064Rolling back splitting. It happens that there no win: two requests is still longer then one big on the current file size.
Dmitry Baranovskiy
2009-02-09 11:22:35 +1100
ca9b636123Fixed parsePathString method a bit. Add reference to Atlassian in reference.html
Dmitry Baranovskiy
2009-01-29 16:58:08 +1100
26c9fc7d660.6.4 • Fix for IE clipping ( thank you L. Alfonso) • insertBefore, insertAfter fix (thank you netnichols) • toString method added to pathArray
Dmitry Baranovskiy
2009-01-29 15:37:24 +1100
dea6daafbdChanged tabs to spaces.
Jeff Nichols
2009-01-28 22:48:48 +0800
399f9560a7Changed insertBefore() and insertAfter() to have different implementations for VML and SVG (was broken in VML). Also changed these functions to return 'this' for chaining.
Jeff Nichols
2009-01-28 22:29:29 +0800
c064e970eaAdd section documenting which attributes can be animated.
Meitar Moscovitz
2009-01-29 00:25:15 +0800
1254ae193fAdd documentation for `.text()` method.
Meitar Moscovitz
2009-01-25 21:48:18 +0800
03d8fcc5bfPick up documentation edit stragglers.
Meitar Moscovitz
2009-01-16 23:28:40 +0800
61a02c2c7bversion 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.
Dmitry Baranovskiy
2009-01-05 12:42:53 +1100
65ea864c1eBetter fix for Safari
Dmitry Baranovskiy
2008-12-24 13:03:02 +1100
77636f06540.5.12 Quick fix for patterns as well as fix for Safari & Opera.
Dmitry Baranovskiy
2008-12-24 12:57:12 +1100
8b348280620.5.11 version number update and packed version
Dmitry Baranovskiy
2008-12-23 17:47:12 +1100
2476336223Merge branch 'master' of git@github.com:DmitryBaranovskiy/raphael
Dmitry Baranovskiy
2008-12-23 17:43:06 +1100
89046d5b70Add pattern support and rewrite dashed lines support. Move closer to VML implementation.
Dmitry Baranovskiy
2008-12-23 17:40:32 +1100
9d3c93c06eDon'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.
Ben Askins
2008-12-22 12:50:03 +0800
e41b27fb75Fix packaging parameters for packed version
Dmitry Baranovskiy
2008-12-18 13:23:55 +1100
3e2a2449f50.5.10 Fixed parsing of path string. Added obj.node as an alternative to obj[0].
Dmitry Baranovskiy
2008-12-18 13:04:37 +1100
a48052fbafFIxed bug in VML for arcTo method, rgb2hsb and getColor
Dmitry Baranovskiy
2008-11-21 10:32:36 +1100
88b0d0313aUpdated string parsing for path creation and fixed small issues with VML.
Dmitry Baranovskiy
2008-11-11 16:35:23 +1100
5938c39714Fixed some errors left from refactoring
Dmitry Baranovskiy
2008-11-07 11:11:54 +1100
dcb5680f40Updated default filling in IE to none.
Dmitry Baranovskiy
2008-10-22 08:43:13 -0700
dfe115a910Quick fix of gradient bug
Dmitry Baranovskiy
2008-10-21 23:08:50 -0700
cf76de4f23Small fix + added ability to get current transformation.
Dmitry Baranovskiy
2008-10-21 16:38:54 -0700
099c4102c3Added animateTo method plus some OO optimisation.
Dmitry Baranovskiy
2008-10-21 11:49:24 -0700
217d0c2262Arc support has been landed. However use it on your own risk. It haven’t been tested properly yet.
Dmitry Baranovskiy
2008-10-15 23:32:44 -0700
9972c7539bFixed bug in VML part (thanks to Alfonso Moreno). Rewrite transformation part (again) for SVG. Small code improvements.
Dmitry Baranovskiy
2008-10-08 11:48:23 +1100
640a16e293Fixed the bug with the image in IE.
Dmitry Baranovskiy
2008-10-03 10:33:36 +1000
4993ea181eFixed couple of bugs for IE, especially with changing attributes for x and y. Added colour functions rgb2hsb & hsb2rgb. Also included fix by netnichols.
Dmitry Baranovskiy
2008-10-01 10:12:02 +1000
960d30763aFixed hide and show methods
Dmitry Baranovskiy
2008-09-19 14:13:52 +1000
cad5050897Added “text” attribute for text nodes + IE fixes
Dmitry Baranovskiy
2008-09-18 17:02:04 +1000
9a01d454c0version 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.
Dmitry Baranovskiy
2008-09-16 10:09:01 +1000
04f0f61219Packed version
Dmitry Baranovskiy
2008-09-02 16:52:48 +1000
8ecfd0e348Initial commit to GIT
Dmitry Baranovskiy
2008-09-02 15:51:51 +1000