We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It currently seems impossible to access anything other than named anchors inside a group.
#cetz.canvas({ import cetz.draw: * group(name: "gruppe", { line(name: "lynne", (0,0), (2,3)) }) content("gruppe.lynne.start", [start]) // Does work content((name: "gruppe.lynne", anchor: 20%), [20%]) // Does not content((name: "gruppe", anchor: (name: "lynne", anchor: 70%)), [70%]) // Does not })`
The text was updated successfully, but these errors were encountered:
Same as #738.
Sorry, something went wrong.
No branches or pull requests
It currently seems impossible to access anything other than named anchors inside a group.
The text was updated successfully, but these errors were encountered: