Skip to main content
Known Participant
October 29, 2025
Question

Why does the SVG exported from a selection using ExtendScript not render in the browser?

  • October 29, 2025
  • 1 reply
  • 58 views

Hi,

 

I exported the SVG from a selection using ExtendScript, but it does not render in the browser. However, when I export it manually, it renders correctly in the browser. I have attached both SVG files here.

1 reply

m1b
Community Expert
Community Expert
November 1, 2025

Hi @psar12345 it might depend on your export method. Have you tried using ExportType.WOSVG with ExportOptionsWebOptimizedSVG?

 

Here is a a previous script as an example usage. Let me know if that makes a difference.

- Mark