LUMIERA.clone/data/icons
Ichthyostega b3f2129473 Icon: draft an arrow hand for menu and expander
...required for the ElementBoxWidget,
featuring either a menu, or an expand/collapse button
2022-10-10 00:48:00 +02:00
..
prerendered DemoGuiRoundtrip: add new dock for UI experiments (#1099) 2017-08-31 20:15:52 +02:00
svg Icon: draft an arrow hand for menu and expander 2022-10-10 00:48:00 +02:00
README
timeline-panel.svg

#
# Lumiera Icon Artwork
#
#  Copyright (C)         Lumiera.org
#    2008,               Joel Holdsworth <joel@airwebreathe.org.uk>
#
#  Icon Artwork and similar materials accompanying the Lumiera Application
#  is dual-licensed under the GNU General Public License version 2 or above,
#  and
#  Creative Commons Attribution-ShareAlike 3.0 Unported License
#
#


This directory holds Icons and similar graphics resources for the Lumiera GUI.

- prerendered: Raster image Icons rendered into a selection of sizes
- svg: Scalable Vector Grahpics Icons, to be rendered into suitable sizes
       by the build process. Rendering is done with the help of lib Cairo.
       The build creates an executable from src/tools/rsvg-convert.c
       The invocation of the icon rendering is done with the help of a
       Python script IconSvgRenderer.py, which first parses the SVG document
       and then invokes rsvg-convert to generate the raster images.