Skip to content

Commit ca2a1a3

Browse files
committed
Update Deprecation list with work for 9.x
1 parent ca92eed commit ca2a1a3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGES.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
3237
Change 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`_)

0 commit comments

Comments
 (0)