Point (a.k.a. coordinate) support #592
Replies: 2 comments
-
No CeTZ doesn't have a direct parallel at the moment. The closest thing is the I think the main reason we haven't added one sooner is because its much easier to define variables in Typst than it is in Latex. So:
Are there any other benefits |
Beta Was this translation helpful? Give feedback.
-
Anchor is an alternative (in the current scope), but we currently do not allow placing anchors in the root scope; maybe we should @fenjalien? |
Beta Was this translation helpful? Give feedback.
-
In TikZ I offten use
\coordinate
to define named point that I use as origin for placement of other shapes relatve to that point. Point have no graphical representation, just origin coordinates and name label so it can be reffered by name in other places. I can't see anything similar in CeTZ, (circle with radious 0 would be close to it), hope I didn't miss something. Is it possible to implment such feature? The same can be achieved by stroing coordinates in variables but somhow point object feels better.Beta Was this translation helpful? Give feedback.
All reactions