12-26-2023, 09:52 AM
Well, I am no expert either, best wait for Ofnuts to come along. In the meantime this works for me in linux - kubuntu 20.04 / Gimp 2.10.36 from PPA
Trying to get everything into a single screenshot. Keeping it simple. 2.svg is a plain SVG from inkscape and is in my home folder.
Code:
➤> image = gimp.image_list()[0]
➤> pdb.gimp_vectors_import_from_file(image,"2.svg", False, False)
➤>
Trying to get everything into a single screenshot. Keeping it simple. 2.svg is a plain SVG from inkscape and is in my home folder.