From 9c509faeb19798cf5564f22c6ed5c1c937b4d3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 23 Aug 2023 12:21:45 +0200 Subject: [PATCH] work_with_icons_and_images.md: make PNG less desirable --- topics/reference_guide/work_with_icons_and_images.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/topics/reference_guide/work_with_icons_and_images.md b/topics/reference_guide/work_with_icons_and_images.md index 46214ab09..97a283636 100644 --- a/topics/reference_guide/work_with_icons_and_images.md +++ b/topics/reference_guide/work_with_icons_and_images.md @@ -153,15 +153,16 @@ A minimal SVG icon file: ``` The naming notation used for PNG icons (see below) is still relevant. + However, the `@2x` version of an SVG icon should still provide the same base size. The icon graphics of such an icon can be expressed in more details via double precision. If the icon graphics are simple enough so that it renders perfectly in every scale, then the `@2x` version can be omitted. -### PNG Format +### PNG Format (Deprecated) -> Use [SVG icons](#svg-format) for optimal results if your plugin targets 2018.2+. +> Use [SVG icons](#svg-format) for if your plugin targets 2018.2+. > -{style="note"} +{style="warning"} All icon files must be placed in the same directory following this naming pattern (replace .png with .svg for SVG icons):