Top "Raphael" questions

Raphaël is a cross platform JavaScript library for outputting vector graphics in both standards compliant SVG (for Firefox, Chrome, Internet Explorer 9+ ...) and VML for older versions of Internet Explorer.

What are the pros and cons of HTML5 Canvas vs. SVG + Raphael.js?

I just started a project using the Canvas. But one of the things I need is to keep track of …

javascript svg raphael html5-animation
URL for Raphael.js

I want to use Raphael.js in my blog. I want import it from another source as I can't host …

javascript raphael
How to apply transform matrix to path coordinates in Raphael JS 2?

I want to apply or 'bake' a transformation of several paths in Raphael JS 2, so that I can then combine …

javascript svg raphael svg-edit
How to get the outline of a stroke?

I want to convert a stroked path to a filled object. (Programmatically, in JavaScript.) The line is just a simple …

svg raphael d3.js vector-graphics
selecting multiple svg elements and dragging them in Raphael.js

Does anyone know how I can achieve this? I basically have an svg document with multiple shapes,lines,text,etc... …

svg selection raphael drag
How to move raphael set?

I have a set of objects grouped with Raphael.set(). What I want to do is to move the whole …

positioning raphael
Get cursor coordinates in raphael

How to get mouse cursor coordinates in raphaeljs library? I'm trying something like: rect.mousemove(function (event) { thisGrid.Popup.Show(…

javascript raphael
Raphael paper zoom animation

I managed to do some hack in order to zoom raphael paper, as setviewbox wasn't working for me, here is …

jquery animation svg zoom raphael
How to save an svg generated by raphael

Is there a way to save the SVG generated by raphael as an svg file. Note it only need to …

svg raphael
SVG Gradient turns black when there is a BASE tag in HTML page?

I am using the Raphaël JavaScript Library to create SVG elements in an HTML page and using CodeIgniter as …

javascript model-view-controller canvas svg raphael