From: Ian Jackson Date: Thu, 13 May 2021 00:45:13 +0000 (+0100) Subject: Example bundle: Put the lemon in a library X-Git-Tag: otter-0.6.0~310 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c9f2d428a8466bc4bb314380f5c5c7f9057f2ed6;p=otter.git Example bundle: Put the lemon in a library Signed-off-by: Ian Jackson --- diff --git a/examples/test-bundle/library/lemon.toml b/examples/test-bundle/library/lemon.toml new file mode 100644 index 00000000..62cc595b --- /dev/null +++ b/examples/test-bundle/library/lemon.toml @@ -0,0 +1,14 @@ +# Copyright 2020-2021 Ian Jackson and contributors to Otter +# SPDX-License-Identifier: AGPL-3.0-or-later OR CC-BY-SA-3.0 +# There is NO WARRANTY. + +[group.lemon] +outline = "Circle" +scale = 0.20 +size = [45] + +item_prefix = "example-" + +files = """ +lemon - a lemon +""" diff --git a/Lemon.svg b/examples/test-bundle/library/lemon/example-Lemon.svg similarity index 100% rename from Lemon.svg rename to examples/test-bundle/library/lemon/example-Lemon.svg