latex-pictures

A collection of TikZ drawings and other images 🖌️

Commit
08d27aa0cccea6c25e592157e2be45d9ae09efa5
Parent
f758de9840214b17e76ddbaaaf0a848e23919f5b
Author
Pablo <pablo-escobar@riseup.net>
Date

Cleaned the diamond picture

Diffstat

1 file changed, 1 insertion, 9 deletions

Status File Name N° Changes Insertions Deletions
Modified diamond.tikz 10 1 9
diff --git a/diamond.tikz b/diamond.tikz
@@ -3,17 +3,9 @@
 \begin{tikzpicture}[x=0.75pt,y=0.75pt,yscale=-.4,xscale=.4]
   % Polygon
   \draw (244.52,138.11) -- (129.96,172.23) -- (170.52,46.11) -- cycle;
-
-  % Polygon
-  \draw (129.96,172.23) -- (133.33,118.95) -- (170.52,46.11) -- cycle;
-
-  %Straight Line
+  \draw (129.96,172.23) -- (133.33,118.95) -- (170.52,46.11);
   \draw[dotted] (133.33,118.95) -- (244.52,138.11) ;
-
-  % Polygon
   \draw (244.52,138.11) -- (170.62,210.9) -- (129.96,172.23) -- cycle;
-
-  % Straight Line
   \draw[dotted] (133.33,118.95) -- (170.62,210.9) ;
 \end{tikzpicture}