LUMIERA.clone/data/icons
Ichthyostega c444942e06 Icons: Placement Artwork
Create an Icon or Emblem to represent the Placement concept.
Alluding to an Anchor, a Hook and the Letter "P"

This expands upon an Idea conceived some years ago
and used thus far within architecture and design diagrams
2022-10-07 03:41:28 +02:00
..
prerendered DemoGuiRoundtrip: add new dock for UI experiments (#1099) 2017-08-31 20:15:52 +02:00
svg Icons: Placement Artwork 2022-10-07 03:41:28 +02:00
README move Icon building down into separate SConscript 2012-01-11 07:05:01 +01:00
timeline-panel.svg move Icon building down into separate SConscript 2012-01-11 07:05:01 +01:00

#
# 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.