Skip to main content
Participant
September 6, 2022
Question

CEP extension and SVG panel icons

  • September 6, 2022
  • 1 reply
  • 638 views

Hello,

I am making my first CEP extenstion for Illustrator. It shows a palette, I'd like it to have a custom icon when minimized. When I put  <Icons><Icon Type="Normal">./icons/myicon.png</Icon></Icons> into manifest.xml, it works. But when I attempt to use a SVG icon, it is silently ignored. Are SVG icons supported for CEP palettes? I have developed a dozen of C++ plugins, and there SVG has been the preferred format for icons for years. Even https://github.com/Adobe-CEP/CEP-Resources/tree/master/CEP_11.x/Documentation doesn't mention SVG, so are they really not supported?

 

 -- Jan

This topic has been closed for replies.

1 reply

Mylenium
Legend
September 6, 2022

If I remember correctly, it's simply a bug/ limitation that nobody cares to fix.

 

Mylenium