Seriously, the offset syntax is painful to read. Can we please switch from the ! required multiplier to an "in order, either or both" combinator?
[ <offset-position>? [ <offset-path> [<offset-distance> || <offset-rotation>]? ]? ]!
[ / <offset-anchor> ]?
vs
<offset-position> ?? [ <offset-path> [<offset-distance> || <offset-rotation>]? ] ?? [/ <offset-anchor>]
Seriously, the
offsetsyntax is painful to read. Can we please switch from the ! required multiplier to an "in order, either or both" combinator?vs