ilyaza

Results 2 issues of ilyaza

The syntax in the subject requires *extra* braces: `([] {{X}}, {{Y}})` works, but `([] {X}, {Y})` does not. **Minimal working example (MWE)** ```latex \documentclass{article} \usepackage{tikz} \begin{document} \tikz \path ([] {45+(45)},...

### Brief outline of the bug Without comma at the end of `\pgfkeys`, the MWE produces: ``` ! Extra }, or forgotten \endgroup. ``` (probably due to `\unskip` being redefined...