↧
Answer by Harald for Is there an easy way to have node border anchors...
A probably much more useless approach than Andrew's would be to draw the node with no line width and decorate it with a fat border.Change one line: \begin{tikzpicture}[MyNode/.style={draw, minimum...
View ArticleAnswer by Andrew Swann for Is there an easy way to have node border anchors...
The simplest thing to do is specify outer sep=0:\documentclass{standalone}\usepackage{tikz}\begin{document}\begin{tikzpicture}[ultra thick, MyNode/.style={draw, minimum height=1cm}]...
View ArticleIs there an easy way to have node border anchors centered on the borders?
I would like to place nodes with given distances relative to each other. For consistence with other drawings these distances have to be very accurate. Node border anchors are placed at the outer...
View Article