-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
Content Baseline Anchors #684
Conversation
src/draw/shapes.typ
Outdated
center: bounds-center, | ||
mid: mid, | ||
mid-east: mid-east, | ||
mid-west: mid-west, | ||
base: base, | ||
base-east: base-east, | ||
base-west: base-west, | ||
north: north, | ||
north-east: north-east, | ||
north-west: north-west, | ||
south: south, | ||
south-east: south-east, | ||
south-west: south-west, | ||
east: east, | ||
west: west, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool to see this added already! As far as can see, this PR currently only adds base-*
and mid-*
anchors. All that remains to achieve parity with Tikz in this regard is the text
anchor, which lies where the contents baseline and western edge meet.
8c52968
to
1c0ab22
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we merge this onto master instead of the release branch so the commit doesn't get squashed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you missed some changes when changing branches, the gallery and docs folders shouldn't have any changes...
ea491e1
to
f93b479
Compare
Was containing the changes for the 0.3 release. I've removed them. |
723529e
to
13bd796
Compare
13bd796
to
656d465
Compare
Fixes #683
Lets add this to 0.3.