diff --git a/README.md b/README.md
index 084b323..d9127ed 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,9 @@ TypeScript** frontend using **CodeMirror 6** and **Mermaid 11**.
**focus mode** spotlights any node and its neighbours so you can read a dense
graph without changing it. Every rewrite lands in the editor and is reversible
with ⌘Z.
-- **Export** the current diagram to **SVG** or **PNG** (2× scale).
+- **Export** the current diagram to **SVG** or **PNG** (2× scale), or **copy a
+ PNG straight to the clipboard**. (PNG/clipboard re-render flowcharts with
+ text labels so the bitmap rasterizes cleanly across platforms.)
- **Project registry** — recently opened projects are remembered in a local
SQLite database so you can jump back in from the start screen.
- **Themes** — switch the Mermaid theme (default / neutral / dark / forest /
diff --git a/src/lib/components/Toolbar.svelte b/src/lib/components/Toolbar.svelte
index 3050762..beb375d 100644
--- a/src/lib/components/Toolbar.svelte
+++ b/src/lib/components/Toolbar.svelte
@@ -1,8 +1,18 @@