-
Notifications
You must be signed in to change notification settings - Fork 398
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
Eye corner radius / larger round style? #250
Comments
This is possible, but you would need to create a new eye renderer. See https://github.com/Bacon/BaconQrCode/blob/master/src/Renderer/Eye/SimpleCircleEye.php |
Brilliant, thanks a lot! |
Amazing, thanks! |
If it helps I did some experimenting by creating a new eye renderer as suggested by @SimplyCorey and got a similar result: |
How to use custom Eye render with the current library? PR which solves this issue is still opened. |
Hi there, first I want to say thanks for the great QR code maker. I am working on created a stylised QR code that has very rounded corners to match the style of the page. I am wondering if it's possible to make the eyes even rounder?
Currently I can see the QR code eyes corner radius is the same as the blocks, so I assume the value is connected to both and can not extend further than the small blocks. But would it be possible to either extend or make a separate value this to make the eyes even more rounded?
For example I am using
style('round', 0.999)
to achieve this:But it's still very squared off looking, as the eye is much larger in proportion than the blocks
Here's an example of what I would like to create:
If you have any pointers where I could customise this I would be very thankful!
The text was updated successfully, but these errors were encountered: