From 0604fa297dfdacf32cd8360a0c48651e45c9e566 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 9 Feb 2024 11:59:26 -0800 Subject: Fix id replacements in SVGs with clipping paths. This fixes `--embed-resources` when SVGs have `clip-path` attributes. Closes #9420. --- test/command/9420.md | 13 +++++++++++++ test/command/9420.svg | 9 +++++++++ 2 files changed, 22 insertions(+) create mode 100644 test/command/9420.md create mode 100644 test/command/9420.svg (limited to 'test/command') diff --git a/test/command/9420.md b/test/command/9420.md new file mode 100644 index 000000000..89f666964 --- /dev/null +++ b/test/command/9420.md @@ -0,0 +1,13 @@ +``` +% pandoc --embed-resources +![](command/9420.svg) +^D +

+ + + + + + +

+``` diff --git a/test/command/9420.svg b/test/command/9420.svg new file mode 100644 index 000000000..694278425 --- /dev/null +++ b/test/command/9420.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file -- cgit v1.2.3