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.

Export SVG elements to PDF?

I have a visualization generated by d3 (a javascript visualization library similar to Protovis or Raphael, which draws stuff using …

pdf svg pdf-generation raphael d3.js
Scaling SVG (Raphael.js) like an SWF

I started using Raphael.js a few days ago and I'm really enjoying it. The only thing I haven't been …

javascript flash svg raphael vml
How to add and remove glow for Raphael element?

I am trying to set up a hover for a raphael element so that when the mouse is on the …

javascript raphael glow
How can one add drop shadows to Raphael.js objects?

I would like to find out how to add blurry edged drop shadows to Raphael.js objects/paths. As far …

javascript svg raphael
How to modify raphael text?

After instantiating Raphael text like so var t = paper.text(50, 50, "Raphaël\nkicks\nbutt!"); how do I go about then …

javascript text svg raphael
Combining Raphael and jQuery to achieve browser compatibility

Having discovered that IE does not handle javascript onmouseout, I'm determined to use jQuery instead so the cross-browser compatibility would …

jquery path raphael
Raphael.js - image with it's original width and height size?

Hi RaphaelJS users =) , I have maybe a dumb-ish question, but I can't seem to find the answer, the thing is, …

javascript raphael
Select multiple paths with Snap.svg

Background: I'm using snap.svg to animate paths in an inline svg, and I'm trying to animate several paths in …

svg raphael javascript snap.svg
Raphael canvas (background) onclick event

I have been working with Raphael to create drag and drop shapes on a canvas. I do this using the .…

javascript jquery frameworks dom-events raphael
SVG viewBox zoom in center (Raphael)

I try to zoom with mousewheel on a Raphael paper using viewBox. Here is the JSFiddle code. it works but …

svg zooming raphael center viewbox