more functionality to tikz - position + style

This commit is contained in:
2022-06-23 20:21:38 -04:00
parent a48ba5f467
commit 7e5f5526bc
4 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -79,4 +79,4 @@ Images:
Tikz:
{{ tikz(body="\begin{tikzpicture}\draw (0,0) circle (1in);\end{tikzpicture}") }}
{{ tikz(style="width: 20%; height: 20%;" position="center" body="\begin{tikzpicture}\draw (0,0) circle (1in);\end{tikzpicture}") }}