From c01bcedb7809be874e54be9f3e1b8a63097466f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Thu, 6 Mar 2025 08:17:21 +0100 Subject: [PATCH] fix label position --- network.d2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/network.d2 b/network.d2 index 95a00c8..b13d5a0 100644 --- a/network.d2 +++ b/network.d2 @@ -18,16 +18,16 @@ classes: { switch: { shape: image icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/switch.svg - label.near: bottom-right + label.near: center-right } router: { shape: image icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/router.svg - label.near: bottom-right + label.near: center-right } firewall: { shape: image icon: https://git.0w.tf/milka64/d2class/raw/branch/main/svg/firewalld2.svg - label.near: bottom-left + label.near: center-right } }