From 0e8a02f86f318ff836cb6410307aaed9bd61cb8a Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Wed, 1 Mar 2023 17:47:45 -0800 Subject: [PATCH] changelog --- ci/release/changelogs/next.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index fb5645e63..277b3a146 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -5,6 +5,7 @@ #### Improvements 🧹 - PDF exports now support external links on shapes [#891](https://github.com/terrastruct/d2/issues/891) +- SVGs are fit to top left by default to avoid issues with zooming. [#954](https://github.com/terrastruct/d2/pull/954) #### Bugfixes ⛑️