ruuda / pris

A language for designing slides
https://docs.ruuda.nl/pris/
GNU General Public License v3.0
116 stars 5 forks source link

Expose .x and .y fields on coords #14

Closed ruuda closed 6 years ago

ruuda commented 6 years ago

It should be possible to write frame.offset.x and frame.offset.y, such that

(frame.offset.x, frame.offset.y) == frame.offset
ruuda commented 6 years ago

Fixed by 4941158 and 805d54c.