Sharad Lavand

Sharad Lavand

  • NA
  • 50
  • 3.2k

apply class to canvas arc

Sep 27 2018 2:35 AM
I need to apply class to my Canvas context. I'm not getting how to do it.
 
here is my code snap:
 
var Context = vizGraph.graph;
Context.beginPath();
Context.className = "node"; /// not able to apply like this .
 
  

Answers (1)