You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I took this example https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/cartman.svg and it doesn't render it correctly. Nose ellipse seems missed while eyes/eyeballs seem incorrectly sized and misplaced. I see no message in the console so I assume parsing ends up successfully.
I took this example https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/cartman.svg and it doesn't render it correctly. Nose ellipse seems missed while eyes/eyeballs seem incorrectly sized and misplaced. I see no message in the console so I assume parsing ends up successfully.
let view = SVGView(frame: self.frame) view.fileName = "cartman" view.contentMode = .scaleAspectFit self.view.addSubview(view)
Is there any configuration I'm missing?
The text was updated successfully, but these errors were encountered: