fix(docker): add python3-tinycss2 for Inkscape DXF export

Adds missing python3-tinycss2 dependency required by Inkscape's
DXF export extension when converting PNG files to DXF format.

The tinycss2 module is imported by inkex which is used by
Inkscape's dxf12_outlines.py extension script.

Fixes #494
This commit is contained in:
Mehul Anshumali 2026-01-11 19:26:20 +05:30
parent 13d176fa64
commit 12e5ec3a5c

View file

@ -68,6 +68,7 @@ RUN apt-get update && apt-get install -y \
poppler-utils \
potrace \
python3-numpy \
python3-tinycss2 \
resvg \
texlive \
texlive-fonts-recommended \