Functional patterns: Squares
Data modules: Circles
✅ Optimal for scanning
All modules: Circles
⚠️ May affect scannability
Functional patterns protected
The extra rounded style creates soft, organic shapes with large corner radii.
With safe mode ON, only data modules get this treatment.
Artistic style with reliable scanning
Full artistic effect (use with caution)
# Safe mode is ON by default
write(qr, "output.svg", shape="circle", safe_mode=True)
# To disable safe mode (use with caution)
write(qr, "output.svg", shape="circle", safe_mode=False)