Hello,
when I preview tikz graph fragments they are rotated 180 degrees and flipped
horizontally. But when exported to pdf they are correctly displayed. An
example
below:
-- Snippet 1 --
\begin{tikzpicture}
\usetikzlibrary {graphs,graphdrawing}
\tikz \graph [tree layout, nodes={draw,circle}, sibling sep=0pt]
{ c -> { a, , ,b -> {c,d}, ,e} };
\end{tikzpicture}
-- End of Snippet 1 --
Relevant config:
-- Snippet 2 --
(add-to-list 'org-latex-packages-alist '("" "tikz" t))
(setq org-preview-latex-default-process 'dvisvgm)
-- End of Snippet 2 --
Renderer: dvisvmg
Emacs version: 30.1
Org version: latest
OS: Openuse Tumbleweed
Steps to reproduce:
1. emacs -q
2. eval snippet 2
3. Open scratch buffer in org-mode
4. Write snipped
5. preview snipept (C-c C-x C-l)
I don't know where to put my hands on this, so any direction on the bug
can be
of help, even if it doesn't solve it.
--
William Brusa