-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingintrospectionRelated to the introspection categoryRelated to the introspection category
Description
Description
This doesn't converge, it keeps pushing the box downwards and abort after 5 iterations. Should the absolute positioned box change the result of here()?
0.11.0:
#let f() = context {
place(
top + right,
dy: here().position().y,
square(width: 10pt),
)
}
#lorem(50)#f()0.10.0:
#let f() = locate(loc => {
place(
top + right,
dy: loc.position().y,
square(width: 10pt),
)
})
#lorem(50)#f()Reproduction URL
No response
Operating system
Web app
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingintrospectionRelated to the introspection categoryRelated to the introspection category