raphael icon indicating copy to clipboard operation
raphael copied to clipboard

Feature Request: a method to return pathString -> el.getPathString() ?

Open byuksel opened this issue 9 years ago • 1 comments

Example: var circle = paper.circle(100, 56, 50); circle.getPathString();

will return:

"M100,56M100,6C138.49001794597504,6.000000000000003,162.54627916220946,47.66666666666667,143.30127018922195,81C134.36963044151787,96.47005383792515,117.86327949540818,106,100,106C61.50998205402496,106,37.453720837790556,64.33333333333334,56.69872981077806,31.000000000000014C65.63036955848214,15.529946162074857,82.13672050459182,6.0000000000000036,100,6C100,6,100,6,100,6"

byuksel avatar Nov 11 '15 11:11 byuksel

Mind to elaborate?

tomasAlabes avatar Jul 03 '16 05:07 tomasAlabes