Skip to main content
8 events
when toggle format what by license comment
Mar 26 at 2:41 history edited Benjamin Loison CC BY-SA 4.0
Replace automatic Delphi syntax highlighting with Python one
Oct 14, 2022 at 17:19 comment added Marc cairosvg worked for me on Ubuntu 20.04 instances (WSL and Gcloud free tier VM). From a base image, I had to sudo apt install python3-pip, followed by the pip3 install cairosvg command above. From there, I was able to use the command line executable from ~/.local/bin/cairosvg.
Feb 11, 2021 at 14:07 comment added Regis May I just wanted to write: What an excellent solution! The first PNGs looked great, but others didn't. Instead I have to write: It completely depends on the SVG which solution offers the best quality.
Sep 21, 2020 at 16:47 history edited MestreLion CC BY-SA 4.0
import cairosvg
Dec 9, 2019 at 15:35 comment added fhgd Nice, cairosvg on Ubuntu-19.04 did the job for me.
Mar 31, 2019 at 4:26 comment added Pete Lomax crashed for me on windows 10: import cairocffi as cairo File "c:\program files (x86)\python35-32\lib\site-packages\cairocffi_init_.py", line 39, in <module> cairo = dlopen(ffi, 'cairo', 'cairo-2', 'cairo-gobject-2', 'cairo.so.2') File "c:\program files (x86)\python35-32\lib\site-packages\cairocffi_init_.py", line 36, in dlopen raise OSError("dlopen() failed to load a library: %s" % ' / '.join(names)) OSError: dlopen() failed to load a library: cairo / cairo-2 / cairo-gobject-2 / cairo.so.2
May 11, 2018 at 21:54 review Late answers
May 11, 2018 at 22:00
May 11, 2018 at 21:30 history answered edank CC BY-SA 4.0