Results 1 issues of Thomas Bläsius

The documentation of Attributes/Properties (https://ipe.otfried.org/ipelib/luaobj.html) does not seem to match the actual behavior. Specifically, the following code works: ```lua local text = ipe.Text( {horizontalalignment="hcenter", verticalalignment="vcenter"}, "some text", ipe.Vector(0, 0)) text:set("transformations",...