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:
parent
bbf6f6ba52
commit
13d176fa64
2 changed files with 2 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
poppler-utils \
|
poppler-utils \
|
||||||
potrace \
|
potrace \
|
||||||
python3-numpy \
|
python3-numpy \
|
||||||
|
python3-tinycss2 \
|
||||||
resvg \
|
resvg \
|
||||||
texlive \
|
texlive \
|
||||||
texlive-fonts-recommended \
|
texlive-fonts-recommended \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue