# Copyright 2022 The GRADIS Project Contributors # SPDX-License-Identifier: CC0-1.0 # SPDX-FileContributor: Lucas Hinderberger # # Each abovementioned SPDX-FileContributor has contributed to and/or modified this file. # Please add your name and email address to the list above, if you publish modifications. GRADIFF v0.1 [Chunk] Author: "John Doe " Timestamp: @2022-08-30T17:30:00Z CREATE canvas: Canvas(100, 100) CREATE ptAnchor: PointAbsolute(50, 50) CREATE boxTop: Box($ptAnchor, 25, 25) SET boxTop.BackgroundColor = #0000FFFF SET boxTop.AnchorPositionX = "Center" SET boxTop.AnchorPositionY = "Center" SET boxTop.Z = 1 CREATE boxMiddle: Box($ptAnchor, 50, 50) SET boxMiddle.BackgroundColor = #00FF00FF SET boxMiddle.AnchorPositionX = "Center" SET boxMiddle.AnchorPositionY = "Center" SET boxMiddle.Z = 1 CREATE boxBottom: Box($ptAnchor, 75, 75) SET boxBottom.BackgroundColor = #FF0000FF SET boxBottom.AnchorPositionX = "Center" SET boxBottom.AnchorPositionY = "Center" SET boxBottom.Z = 1