marmotghost

Results 15 comments of marmotghost

@ilayn Yes, sure. However, it is remarkable that there are people who have the vision and skills to create something that is still state of the art for millions of...

IMHO the more important issue is that the wrong library gets loaded, see https://tex.stackexchange.com/a/568816/227820.

Thanks for the suggestions! I was thinking more of something like ``` \documentclass{article} \usepackage{tikzlings} \begin{document} \tikzset{explicit every marmot/.style={/marmot/whiskers,/marmot/teeth}} \tikz{\marmot[explicit every marmot]} \tikz{\marmot} \tikzset{every marmot set style/.code={\tikzset{/marmot/#1}}, every marmot/.code={\tikzset{every marmot set...

The problem is actually even worse. If you add multiple arrow heads, not only does one of them shifted but the others get ignored. ``` \documentclass{article} \usepackage{tikz} \usetikzlibrary{bending} \usetikzlibrary{arrows.meta} \begin{document}...

The file `pgfcorearrows.code.tex` is full of statements like ``` \ifdim\pgfinnerlinewidth>0pt% \pgfmathsetlength\pgfutil@tempdimb{.6\pgflinewidth-.4*\pgfinnerlinewidth}% \fi% ``` (this one is from `\pgfarrowsdeclare{stealth}{stealth}`) but one does not find analogous statements in the `arrows.meta` pgf library...