fraphael
fraphael copied to clipboard
Filter Effects for Raphael.js
There is a typo, **saturnation**, within in this method: addDesaturate: function (saturation, attributes) { if (saturation == undefined) { saturnation = 0; }
Hi, When YUI compressor is used to minify the library this error is shown: "error : missing name after . operator" This is due to the usage of keyword in...
I have an application in which users manipulate symbols. Symbols are able to be rotated 0, 90, 180 and 270 degrees. I recently switched to using fraphael for the .shadow()...