From: Ian Jackson Date: Sat, 22 May 2021 17:34:10 +0000 (+0100) Subject: images in bundles: Example non-svg images, sort out sizes X-Git-Tag: otter-0.6.0~75 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=edaf0459279f5bbde47b4a5e934fe70ffc94f8f8;p=otter.git images in bundles: Example non-svg images, sort out sizes Signed-off-by: Ian Jackson --- diff --git a/examples/test-bundle/library/lemon.toml b/examples/test-bundle/library/lemon.toml index fe449276..5a652721 100644 --- a/examples/test-bundle/library/lemon.toml +++ b/examples/test-bundle/library/lemon.toml @@ -2,14 +2,32 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR CC-BY-SA-3.0 # There is NO WARRANTY. -[group.lemon] +[group.svg] outline = "Circle" size = [14] orig_size = [533,533] centre = [248, 257] +item_prefix = "example-" + +files = """ +lemon - a lemon +""" + +[group.dried] +outline = "Circle" +size = [14] +orig_size = [64, 48] +centre = [32,24] +item_prefix = "" files = """ -example-lemon - a lemon dried-lemon - a dried lemon +""" + +[group.moebius] +inherit = "dried" +orig_size = [70,70] +centre = [30,32] +files = """ moebius - a yellow moebius object """