Draw FunctionsGroupingget-ctxget-ctx get-ctx(callback: function,) An advanced element that allows you to read the current context through a callback and return elements based on it. // Print the transformation matrixget-ctx(ctx => { content((), [#repr(ctx.transform)])}) callback: function A function that accepts the context and can return elements.