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
Currently the QR Code Footprint Wizard (Segno) uses SHAPE_T_POLY when building the pixels.
SHAPE_T_POLY
We could use SHAPE_T_RECT here instead. Would this be better?
SHAPE_T_RECT
N/A
The text was updated successfully, but these errors were encountered:
mini-ninja-64
No branches or pull requests
Rationale
Currently the QR Code Footprint Wizard (Segno) uses
SHAPE_T_POLY
when building the pixels.Description
We could use
SHAPE_T_RECT
here instead. Would this be better?Resources
N/A
Acceptance Criteria
SHAPE_T_RECT
or continue to useSHAPE_T_POLY
The text was updated successfully, but these errors were encountered: