From 318a84508163ad786f12ee72d01b1b15d3295f73 Mon Sep 17 00:00:00 2001 From: Viatrix Date: Thu, 12 Mar 2026 12:57:41 -0700 Subject: Added image test case and adjusted code to pass it. Removed rect test case since it was getting redundant. --- tests/data/svg/image.svg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/data/svg/image.svg (limited to 'tests/data/svg/image.svg') diff --git a/tests/data/svg/image.svg b/tests/data/svg/image.svg new file mode 100644 index 0000000..e0d62d4 --- /dev/null +++ b/tests/data/svg/image.svg @@ -0,0 +1,6 @@ + + + + + + -- cgit