File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,16 @@ Removed in v9.0:
2929 StyledPilImage(embeded_image = ... , embeded_image_path = ... ) # Old
3030 StyledPilImage(embedded_image = ... , embedded_image_path = ... ) # New
3131
32+ - The ``width `` and ``height `` attributes will be removed from the ``<svg> `` tag.
33+ Instead, the ``viewBox `` attribute is now used for defining the dimensions.
34+ Additionally, all SVG elements now utilize pixel units rather than millimeters,
35+ which may cause rendering differences in browsers.
36+
3237Change Log
3338==========
3439
35- WIP
36- ---
40+ WIP 8.x
41+ -------
3742
3843- **Added ** ``GappedCircleModuleDrawer `` (PIL) to render QR code modules as non-contiguous circles. (BenwestGate in `#373 `_)
3944- **Added ** ability to execute as a Python module: ``python -m qrcode --output qrcode.png "hello world" `` (stefansjs in `#400 `_)
You can’t perform that action at this time.
0 commit comments