Closed seachel closed 5 years ago
Parent issue
Get left and right bounds of current node:
g.tex-container
tex-container
text.node-text
If at least one child, then
if zero children, (i.e. children = []), then line bounds are parent bounds
children = []
if children null, then no line
Parent issue
Get left and right bounds of current node:
g.tex-container
, then left-bound of owntex-container
text.node-text
If at least one child, then
g.tex-container
, then left-bound is smaller of itstex-container
and parent's left (similar for right, but larger)text.node-text
and parent's left (similar for right, but larger)if zero children, (i.e.
children = []
), then line bounds are parent boundsif children null, then no line