In "TikzGenerator.java", added scaling factor to "\begin{tikzpicture}[x=1cm,y=1cm]".
Also, removed all dimension suffixes like "cm" because TikZ works with "cm" by default. The new scaling factor at "\begin{tikzpicture}" allows to change the dimension of all subsequent numbers in one line.
Please register or sign in to comment