|
|
|
|
|
by mattegan
716 days ago
|
|
I cannot stand the lack of SVG support in Google slides. When I worked on the hardware team there I hated that I had to import my polished vector block diagrams into slides as PNGs. There was a 10+ year old bug thread with 100s of +1s for SVG support in Docs. IIRC the reasoning behind the delay was security concerns - seemed like a bit of a cop out, but what do I know? |
|
Download Inkscape and then convert your SVG to EMF (some PowerPoint vector format I think).
/Applications/Inkscape.app/Contents/MacOS/inkscape file.svg --export-filename=file.emf
Upload the EMF file to Google Drive with content type “application/x-msmetafile”.
rclone copyto --http-headers '"Content-Type","application/x-msmetafile"' file.emf gdrive:file.emf
Right-click on the file in Drive and open in Google Drawings (if Google Drawings isn’t an option, you don’t have the right content-type set on the file.
Copy from Google Drawings to Google Slides.
Enjoy your painful-but-at-least-possible vector objects in Google Slides!