From 9dfb58e3a4f8a3a47625eb95ba893751078768e5 Mon Sep 17 00:00:00 2001 From: mbertucci47 <61854785+mbertucci47@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:26:47 -0600 Subject: [PATCH] add svg compatibility (#658) * add svg compat * add svg --- _data/tagging-status.yml | 8 ++--- tagging-status/testfiles/svg/example.svg | 46 ++++++++++++++++++++++++ tagging-status/testfiles/svg/svg-01.tex | 21 +++++++++++ 3 files changed, 71 insertions(+), 4 deletions(-) create mode 100644 tagging-status/testfiles/svg/example.svg create mode 100644 tagging-status/testfiles/svg/svg-01.tex diff --git a/_data/tagging-status.yml b/_data/tagging-status.yml index c9c5f91a..b4773477 100644 --- a/_data/tagging-status.yml +++ b/_data/tagging-status.yml @@ -9163,13 +9163,13 @@ - name: svg type: package - status: unknown + status: partially-compatible included-in: [arxiv01] priority: 6 issues: - tests: false - tasks: needs tests - updated: 2024-07-18 + tests: true + comments: "Missing user interface to set alt text, actualtext, artifact." + updated: 2024-08-22 - name: svn-multi type: package diff --git a/tagging-status/testfiles/svg/example.svg b/tagging-status/testfiles/svg/example.svg new file mode 100644 index 00000000..92387322 --- /dev/null +++ b/tagging-status/testfiles/svg/example.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tagging-status/testfiles/svg/svg-01.tex b/tagging-status/testfiles/svg/svg-01.tex new file mode 100644 index 00000000..f5f4e4c6 --- /dev/null +++ b/tagging-status/testfiles/svg/svg-01.tex @@ -0,0 +1,21 @@ +\DocumentMetadata + { + lang=en-US, + pdfversion=2.0, + pdfstandard=ua-2, + testphase={phase-III,math,title,table,firstaid} + } +\documentclass{article} +\usepackage{svg} + +\title{svg tagging test} + +\begin{document} + +text + +\includesvg[ + pretex=\setkeys{Gin}{alt=example} + ]{example} + +\end{document} \ No newline at end of file