rlespinasse / docker-drawio-desktop-headless

Headless version of drawio-desktop
https://hub.docker.com/r/rlespinasse/drawio-desktop-headless
MIT License
39 stars 5 forks source link

Helvetica Text on PNG creation #84

Open IantheFlyingHawaiian opened 3 months ago

IantheFlyingHawaiian commented 3 months ago

For some reason, when I'm creating an image from a drawio xml, the Helvetica font and bold font isn't being created on the docker-drawio-desktop-headless images.

Any ideas why?

rlespinasse commented 2 months ago

Hello,

I try to reproduce the issue, but I can't. Maybe, I miss something. I export a drawio file with the electron app and then with this docker image; the result is the same.

Command used

docker run -it -w /data \
      -v $(pwd):/data rlespinasse/drawio-desktop-headless \
      -x -o issue84-docker.png -f png issue84.drawio

Can you produce a test case file, and a PNG to highlight your issue?