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

Dragging e.g. a rectangle with the right mouse button produces a problem I have created a simple jsFiddle to show what I mean: http://jsfiddle.net/gyeuL7te/3/ The sequence of numbers, which appears...

In raphael, we have a list of availableAnimAttrs e.g. "stroke-opacity", ""stroke-width", etc. Apart from these other attributes are not even applied if asked to animate. To illustrate the fact, say...

Empty rows (I think it's browsers rendering bug): https://jsfiddle.net/nytb80vn/ Wrong BBox calculations: https://jsfiddle.net/e6w8w590/

Hello, i found a bug in getFont(). If there is a font without font-style and it is loaded earlier than a font with a font style, getFont will ignore the...

Hi, I was implementing a drag and drop system with Raphael and noticed the attr-function setting wrong values. Since no one on SO could find a bug I was wondering...

can I use arguments to override Raphael.ca.something ? Or the argument list of ca must be a certain pattern.

I'd expect the value to be absolute and to only include scaling without any translation. I encountered this after upgrading to 2.1.4. It wasn't the case in 2.1.1. Note it's...

Under chrome sometimes getComputedStyle will return "" which then causes parseInt to produce NaN. If this happens try to get font-size out of the elmement attribute hash so dy attribute...

The `getFont()` method doesn't return correct version of given font family based on `font-style` attribute. See example here: https://jsfiddle.net/slonichobot/spbhmc2n/1/ (shortened font generated by [cufon](http://cufon.shoqolate.com/generate/)). - the second letter '**A**' should...

I've stumbled on a bug where el.isPointInside gives unexpected results. This could be caused by some javascript number magic, but I've failed to pin the issue down. Here is the...