Updated tikz blog post

This commit is contained in:
Anton Pogrebnjak
2026-05-05 00:30:47 +02:00
parent 7ce707817d
commit c334e562d1
2 changed files with 2 additions and 1 deletions
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="162.532" height="129.678" viewBox="0 0 162.532 129.678"> <svg style="background: white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="162.532" height="129.678" viewBox="0 0 162.532 129.678">
<defs> <defs>
<g> <g>
<g id="glyph-0-0"> <g id="glyph-0-0">

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

+1
View File
@@ -2,6 +2,7 @@
title: TikZ title: TikZ
pubDate: 2025-02-06T19:00:00Z pubDate: 2025-02-06T19:00:00Z
description: Converting TikZ graphics into svg graphics. 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. 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.