Skip to content

Edges in left-directed forks #6

@kopeckyf

Description

@kopeckyf

Dear Sašo,

I came across a bug in the edges library where the edge is not drawn correctly from the first parent to its children if grow=west is chosen. Everything is fine for grow=east:

grafik

\documentclass{article}

\usepackage[edges]{forest}

\begin{document}
	\begin{forest} for tree = {forked edges,grow=east}
		[Hello world
			[Bello World] 
			[Cello world]
		]
	\end{forest}\hfill
	\begin{forest} for tree = {forked edges,grow=west}
		[Hello world
		[Bello World] 
		[Cello world]
		]
	\end{forest}
\end{document}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions