Size
Selects a size variant for the image. If the specific size that was requested is not available, the base image will be used.
Note that combining a Size with HiDpi could lead to unexpected results and is not supported as of now. Generally speaking, however, the IntelliJ Platform tends to use only Size for SVGs and only HiDpi for PNGs, even though both are in theory supported for all formats.
| Base image name | Sized image name |
|---|---|
my-icon.svg | my-icon@20x20.svg |
my-icon_dark.png | my-icon@14x14_dark.png |