From c334e562d175ae48433c56c871d1eaf1cfd85a94 Mon Sep 17 00:00:00 2001 From: Anton Pogrebnjak Date: Tue, 5 May 2026 00:30:47 +0200 Subject: [PATCH] Updated tikz blog post --- .../attachments/computer-graphics_plenoptic_function.svg | 2 +- src/content/blog/tikz-svg.mdx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/attachments/computer-graphics_plenoptic_function.svg b/src/content/attachments/computer-graphics_plenoptic_function.svg index d251b34..74d2fa5 100644 --- a/src/content/attachments/computer-graphics_plenoptic_function.svg +++ b/src/content/attachments/computer-graphics_plenoptic_function.svg @@ -1,5 +1,5 @@ - + diff --git a/src/content/blog/tikz-svg.mdx b/src/content/blog/tikz-svg.mdx index 048a2b7..90b016b 100644 --- a/src/content/blog/tikz-svg.mdx +++ b/src/content/blog/tikz-svg.mdx @@ -2,6 +2,7 @@ title: TikZ pubDate: 2025-02-06T19:00:00Z description: Converting TikZ graphics into svg graphics. +heroImage: ../attachments/computer-graphics_plenoptic_function.svg --- At some point a man has to realize that they went down a rabbit-hole without any way to escape it. TikZ is one such rabbit-hole and, yes, I am that man.