You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the sample from the README, and with algorithm: BuchheimWalkerAlgorithm(builder, TreeEdgeRenderer(builder)), I am trying to highlight the path from node to topmost parent. Because juncture points in a tree edge are associated with the last-drawn node, the full path can't be highlighted correctly, resulting in this situation:
The text was updated successfully, but these errors were encountered:
Using the sample from the README, and with
algorithm: BuchheimWalkerAlgorithm(builder, TreeEdgeRenderer(builder))
, I am trying to highlight the path from node to topmost parent. Because juncture points in a tree edge are associated with the last-drawn node, the full path can't be highlighted correctly, resulting in this situation:The text was updated successfully, but these errors were encountered: