raphael icon indicating copy to clipboard operation
raphael copied to clipboard

JavaScript Vector Library

Results 110 raphael issues
Sort by recently updated
recently updated
newest added

Great plugin! Thanks for the author. But this plugin can not support glow inset, hope author add this option to use. Blow this attr ```js .glow({ }) ```

As a user I'd expect that when an element is removed the `.data()` linked to this element are also removed (or at least flushed when `Paper.clear()` is called). Nevertheless, if...

bug
PR welcomed

BUG Create a shape with a gradient. Transform the shape. Apply a new gradient. The gradient shows as a solid colour. WORK AROUND To apply a new gradient, 1) undo...

Regular expressions on http://www.regexper.com/ don't render properly if they have multiple spaces because raphael.text only renders one of the spaces. I think it's related to #526 and could perhaps be...

bug

I've a web app which provides two calendar illustrations, each one on its own tab and rendered with Raphael. The problem is the following: text rendered with Paper.text() is incorrectly...

bug

When you use a touch-enabled device, which also has a touchpad or mouse support, than mousedown/mouseup events that are used for dragging are not working, when navigating with a mouse....

I find that in version 2.1.4 , fill with gradient in IE9 have some problems , such as ``` var attr={stroke:null,'fill':'270-#f55:50-#f2f:88'}; paper.rect(100,28,20,60).attr(attr); ``` it is ok in chrome, and IE7,IE8,...

In IE8 with Raphael 2.1.4 I get this error: ``` Unable to get property 'concat' of undefined or null ``` caused by this line in the `elproto.rotate` function: ``` this.transform(this._.transform.concat([["r",...

no-issue-guidelines