Macaw icon indicating copy to clipboard operation
Macaw copied to clipboard

SVG parsing error

Open DixPatel009 opened this issue 3 years ago • 0 comments

i add one svg and load this svg using Macaw but showing this error.

SVG parsing error. Shape switch not supported SVG parsing error. Shape aipgf not supported

Code For Implement :

let sVC = SVGView.init(frame: CGRect(x: 0.0, y: 150.0, width: 200.0, height: 200.0))
sVC.fileName = "sticker"
self.view.addSubview(sVC)

SVG File : Sticker_Img_16439529827404

DixPatel009 avatar Feb 17 '22 10:02 DixPatel009