You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current support for SVG appears to convert the SVG to a PNG before saving. Since PowerPoint supports SVG images natively could PptxGenJS insert SVG images into a slide without converting them to a PNG? This could break backwards compatibility but a flag on addImage() to convert or not would solve that.