Skip to content

Commit

Permalink
fix(tikz/pgf): misrender of periodic table example
Browse files Browse the repository at this point in the history
by upgrading to dvisvgm 3.0.4

See mgieseki/dvisvgm#227
  • Loading branch information
rfdonnelly committed Mar 15, 2023
1 parent 8ccaae0 commit 05e2603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ops/docker/jdk11-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apk add --no-cache \
zlib-dev \
curl

ARG DVISVGM_VERSION=3.0.2
ARG DVISVGM_VERSION=3.0.4

RUN \
curl -LO https://github.com/mgieseki/dvisvgm/releases/download/$DVISVGM_VERSION/dvisvgm-$DVISVGM_VERSION.tar.gz \
Expand Down

0 comments on commit 05e2603

Please sign in to comment.