images
Unnamed repository; edit this file 'description' to name the repository.
- Log
- Files
- Refs
- README
- LICENSE
commit 08d27aa0cccea6c25e592157e2be45d9ae09efa5 parent f758de9840214b17e76ddbaaaf0a848e23919f5b Author: Pablo <pablo-escobar@riseup.net> Date: Sun, 26 Sep 2021 22:33:37 +0000 Cleaned the diamond picture Diffstat:
M | diamond.tikz | | | 10 | +--------- |
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}