mchoe / SwiftSVG

A simple, performant, and lightweight SVG parser
Other
1.92k stars 229 forks source link

Some parts of svg images are missing #103

Open zahidshaikh795 opened 6 years ago

zahidshaikh795 commented 6 years ago

Some parts of image is missing

screen shot 2018-07-10 at 5 59 47 pm screen shot 2018-07-10 at 6 00 15 pm

let svgURL = URL(string: partsDetail.groupImageUrl)! let hammock = UIView(SVGURL: svgURL) { (svgLayer) in svgLayer.fillColor = UIColor(red:0.0, green:0.0, blue:0.0, alpha:0.0).cgColor; svgLayer.resizeToFit(self.svgView.bounds) } self.svgView.addSubview(hammock) Also the colour of image is also bit different from original image

zahidshaikh795 commented 6 years ago

The numbering part is missing from image