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

Lines and circles strokes get pixelated when changing the direction from right to left #24

Open
Mohammad-Rabi opened this issue Nov 3, 2020 · 1 comment

Comments

@Mohammad-Rabi
Copy link

Screen Shot 2020-11-03 at 12 52 01 PM

@Mohammad-Rabi Mohammad-Rabi changed the title Lines and circles stokes get pixelated when change the direction from right to left Lines and circles strokes get pixelated when changing the direction from right to left Nov 3, 2020
@FamousMaxy
Copy link

FamousMaxy commented Jun 21, 2021

I solved that by doing this:
// stepIndicatorView.direction = .rightToLeft
stepIndicatorView.transform = CGAffineTransform(scaleX: -1, y: 1)

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