cc_item_picture: rework for svg-support, simplified structure

- simplified icon and logohandling in headers
- add svg examples, fix some other tests inside test_menu.cpp


Origin commit data
------------------
Commit: 06fac0b58e
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
This commit is contained in:
2021-11-14 22:12:27 +01:00
committed by vanhofen
parent dff4df6af2
commit 6df0b28a4d
6 changed files with 311 additions and 737 deletions

View File

@@ -42,7 +42,8 @@ class CTestMenu : public CMenuTarget
private:
CComponentsShapeCircle * circle;
CComponentsShapeSquare* sq;
CComponentsPicture* pic;
CComponentsPicture *pic;
CComponentsPicture *picsvg;
CComponentsForm *form;
CComponentsText *txt;
CComponentsHeader *header;