# 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) SET canvas.BackgroundColor = #FF0000FF CREATE ptBoxHelloAnchor: PointAbsolute(30, 70) CREATE boxHello: Box($ptBoxHelloAnchor, 40, 40) SET boxHello.BackgroundColor = #0000FF7F SET boxHello.Text = "Hello World!"