Skip to content

Commit

Permalink
Add test cases for text-anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
drexhage committed Nov 17, 2023
1 parent b900ddc commit fd50d9e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
36 changes: 36 additions & 0 deletions tests/testfiles/text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions tests/testfiles/text.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@



\node[anchor=south west,line width=0.0265cm] (text5) at (1.0, 28.2){Start Text};



\node[anchor=south,line width=0.0265cm] (text6) at (1.0, 27.7){Middle Text};



\node[anchor=south east,line width=0.0265cm] (text7) at (1.0, 27.2){End Text};




\end{tikzpicture}
\end{document}

0 comments on commit fd50d9e

Please sign in to comment.