How to reapper the sphere shape of SVG tag code by Raphael description exactly?
- by TelTel
I'm trying to figure a Raphael.js shape(sphere) which is based on following SVG tag code.
I have succeed in basic similar sphere style by the description :
Paper.circle(100, 100, 30).attr({ fill: "r(0.35, 0.25)#FFFFFF-#252525:96-#000000", stroke: "none"});
// radius is 30
But I can't reappear exactly. --- [picture]
** The tag code of…