In version 0.1.10, the following diagram is not aligned correctly.
#figure(
skeletize({
import cetz.draw: *
single(angle: 2)
branch({
single(angle: 4)
})
double(name: "double1")
operator("+")
fragment("H", name: "H1")
single(name: "single1")
fragment("X", name: "X1") operator(sym.arrow.r.long)
single(angle: 2)
fragment("C^+", name: "C1")
branch({
single(angle: 4)
})
single()
operator("+")
fragment("X^-", name: "X2")
operator(sym.arrow.r.long)
single(angle: 1)
branch({
single(angle: 3)
})
branch({
single(angle: -2.5)
fragment("Br")
})
single(angle: -0.8)
})
)
The first molecule is not vertically aligned with the other molecules.
In version 0.1.10, the following diagram is not aligned correctly.
The first molecule is not vertically aligned with the other molecules.