Dears,
How could I define the attributes for the SVG, if I want to use the fillColor and Stroke with below code, any example or hint please?
JAMSVGImage *tiger = [JAMSVGImage imageNamed:@"tiger"];
JAMSVGImageView *tigerImageView = [JAMSVGImageView.alloc initWithSVGImage:tiger];
Dears,
How could I define the attributes for the SVG, if I want to use the fillColor and Stroke with below code, any example or hint please?