Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ellipses don't seem to be rendering correctly #271

Closed
mdonati opened this issue Feb 5, 2018 · 2 comments
Closed

Ellipses don't seem to be rendering correctly #271

mdonati opened this issue Feb 5, 2018 · 2 comments
Assignees
Milestone

Comments

@mdonati
Copy link

mdonati commented Feb 5, 2018

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.

captura de pantalla 2018-02-05 a la s 11 57 04

let view = SVGView(frame: self.frame) view.fileName = "cartman" view.contentMode = .scaleAspectFit self.view.addSubview(view)

Is there any configuration I'm missing?

@ystrot
Copy link
Member

ystrot commented Feb 5, 2018

We reproduced this issue and your configuration is fine, it's just a bug in SVG parser. We'll take a look. Thanks for reporting!

@ystrot ystrot self-assigned this Feb 5, 2018
@ystrot ystrot added this to the 0.9.2 milestone Feb 9, 2018
@ystrot
Copy link
Member

ystrot commented Feb 9, 2018

These issues fixed in the master branch and will be part of 0.9.2 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants