We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SVG renders incorrectly. I attached screenshots of how it should be and how it is. SVG image - https://yadi.sk/d/hApRkr1v7-JUhQ
The code
let svgView = SVGView() svgView.backgroundColor = UIColor(white: 1.0, alpha: 0.0) svgView.fileName = self.svgName svgView.contentMode = .center return svgView
How it is on simualtor ios 14
How it is in figma -
The text was updated successfully, but these errors were encountered:
ystrot
No branches or pull requests
SVG renders incorrectly. I attached screenshots of how it should be and how it is.
SVG image - https://yadi.sk/d/hApRkr1v7-JUhQ
The code
let svgView = SVGView() svgView.backgroundColor = UIColor(white: 1.0, alpha: 0.0) svgView.fileName = self.svgName svgView.contentMode = .center return svgView
How it is on simualtor ios 14
How it is in figma -
The text was updated successfully, but these errors were encountered: