You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why path , size , viewbox not working in this library ?!
constdraw=SVG(document.documentElement)constdraw=canvas.size(600,600).viewbox(0,0,svgWidth,svgHeight)// Create an SVG canvas of 350x350draw.path(arcPath).fill(color).stroke({width: 0.5,color: 'black'});