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