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

PrinceXML (https://www.princexml.com) JS engine do not support canvas.createSVGMatrix(). Added try / catch to be able to render drawings in PDFs generated by PrinceXML.

Rapahael depends on 'eve'. Eve's copyright points to a Corporation (Adobe) and uses Apache 2.0 license. But, there is no reference to Adobe or the Apache license in Raphael as...

Hi there. Adding image with src/href ".svg" to an SVG will only add representation. In this case can not manipulate the path in ".svg" from outside of SVG via CSS....

I open this link https://dmitrybaranovskiy.github.io/raphael/ball.html in Safari (iPhoneX + iOS13.1.2). It shows some error, seems like render failed. ![E5381D755779CA82798DA476193B23BA](https://user-images.githubusercontent.com/953680/66551686-87e54d80-eb7a-11e9-9033-2eed1204a448.png)

how to fill in rect like fillText in canvas

Are there any breaking changes between v1 and v2?

I noticed that it is not possible to animate the stroke-opacity and fill-opacity on text elements. I believe that this might be because the fill-opacity and stroke-opacity are embedded in...

bug

Tried to fill the gauge with multi color. Start with Red, Orange, Yellow and ends with Green. In the code they have as below. It worked earlier once but later...