mchoe / SwiftSVG

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

'SVGParserSupportedElements' initializer is inaccessible due to 'internal' protection level #135

Closed samzhiwei closed 5 years ago

samzhiwei commented 5 years ago

Why SVGParserSupportedElements intializer method is inernal. I set up the framework from CocoaPods. How can i customize the parser supported element group

mchoe commented 5 years ago

Not sure why the automatically generated initializer was giving you trouble, but I explicitly added a public initializer in #141.