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

Use case is I generated the pattern by my self, then want to use the same id in the attr. ``` .attr( { 'fill': 'url(#' + me.node.id + ')' }...

no-issue-guidelines
no-contrib-guidelines

I've searched Google and the Raphael docs, but I can't seem to find any information on how to do a simple `path.reverse()` for the purposes of boolean shape operations. Is...

question

Please rename method "add" to "multiply", because this is what it does indeed. Or add "multiply" method and deprecate "add" method for backward compatibility.

PR welcomed

SVG use SRT matrix. In Raphael is used TRS order (matrix multiplication is reversed)for compatibility with CSS order I think. And matrix split is done by TRS rule. This action...

PR welcomed

I'm trying to get point on path first try works OK, but when I do it again, then it gives me wrong data ... I try to debug it and...

no-issue-guidelines

like this `` and it's draw a solid line...

no-issue-guidelines

Probably it is not so good idea to return empty string if we have no svg/vml support.

If I call toFront on a element it removes the mouseover/hover event in internet explorer. What I am doing is stacking rectangles on a graph. On mouse over I am...

bug
PR welcomed

VML supports opacity2 property (http://msdn.microsoft.com/en-us/library/bb229613(v=vs.85).aspx). Which allows to configure opacity for the second color stop in gradient. I see it's still not supported with Raphael. I implemented fix some time...

vml
PR welcomed

Please update the dependencies in jspm registry https://github.com/jspm/registry/blob/master/package-overrides/github/DmitryBaranovskiy/raphael%402.1.2.json More about Shim at: https://github.com/jspm/registry/wiki/Configuring-Packages-for-jspm

PR welcomed