-
The [svg:line](https://github.com/mbostock/d3/wiki/SVG-Shapes#wiki-svg_line) is currently unsupported. [path](https://github.com/mbostock/d3/wiki/SVG-Shapes#wiki-svg_path) can be used instead of line…
-
Currently, the full-height pop up bubbles use browser-default scrolling. This is unsightly, and the situation really calls for a more compact, Lion-style scrollbar. Custom scrollbars are hard to write…
-
Pure white (#FFFFFF) can not be reached from the color picker when using Raphael 1.5.2
jweir updated
12 years ago
-
Hi,
I was testing and I saw that the colorwheel is turned grey in IE9 (fine in 7 and 8)
when I move the picker, the little square chenges correctly and the textbox changes accordingly
but the circle i…
-
I'm experiencing an issue using Raphael.FreeTransform together with Raphael.JSON (specifically the fromJSON method).
If a serialised element contains a transformation then applying FreeTransform does…
-
Since RaphaelJS has support for IE, Kartograph can support it as well, at least to some degree.
-
It seems Raphael remembers every relative transformation it has ever made, which causes a memory leak. Here is a jsfiddle illustrating this issue, courtesy of Burkazoid and Greg Ludwidg:
http://jsfi…
-
I just discovered an issue with an existing project i'm working on.
1. I have a canvas, where I manually append SVG and text elements. When I click on them, I would initialize freeTransform for the fi…
-
var path = paper.path('M 100 300 L 300 150 L 200 300 z');
path.attr({fill:'#ff9900', path:'M 246.078,121.508 C 246.078,113.387 235.324,105.602 216.187,99.859 C 197.05,94.117 171.097,90.891 144.031,90.…
-
I tried the lastest version of Minify and Raphaël (http://raphaeljs.com/) and I get an error (in the minified source) if I try to use Raphaël on the page.