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

More accurate detection in R.isPointInsidePath() especially with horisontal lines

There is a problem with url on your main page on https://dmitrybaranovskiy.github.io/raphael/, here is a section with examples but example with https://dmitrybaranovskiy.github.io/scape/ url is missing

Error: Invalid value for attribute d="M0,0CNaN,NaN,NaN,NaN,NaN,NaN"q @ raphael.js:10v @ raphael.js:10y @ raphael.js:10D.attr @ raphael.js:11Raphael.el.draw @ raphael.extend.js:96show @ scene7.js:66(anonymous function) @ scene7.js:46z.doc.addEventListener.e @ raphael.js:10 If I don't use arrow-end it'll be...

`Element.toFront` is implemented as an `appendChild` call to reposition the element within the DOM. Similar to previous issues with IE (#225, #527) it appears that on Firefox 83 (and older)...

When an element is removed, the clipPath of the element should be also removed. Otherwise the clippath of the element remains persistent.

In Chrome 19 and Raphael 2.1.0 I experienced a random problem with svg text. First in line 4308: fontSize = node.firstChild ? toInt(R._g.doc.defaultView.getComputedStyle(node.firstChild, E).getPropertyValue("font-size"), 10) : 10; fontSize sometimes is...

For some reason pathToAbsolute fails to process Bezier [C]urves and in consequence, the path2curve will also deliver wrong values. Test site https://jsfiddle.net/yq42njsr/ Update: it turns out that the RegExp in...

If you call getBBox() to get the bounding box of a text element when the whole Raphael element is hidden (e.g. if it is inside a <div> with display: none)...

i am trying to install npm version 2.1.4 of Raphael (`npm install [email protected]`) but the install version shows 2.1.3 in js files downloaded inside node_modules/raphael folder. your help is much...

Is it possible to import raphael via ES6 module import statements?