Skip to content

Commit

Permalink
add svg compatibility (#658)
Browse files Browse the repository at this point in the history
* add svg compat

* add svg
  • Loading branch information
mbertucci47 authored Aug 22, 2024
1 parent a52a623 commit 9dfb58e
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _data/tagging-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
46 changes: 46 additions & 0 deletions tagging-status/testfiles/svg/example.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions tagging-status/testfiles/svg/svg-01.tex
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit 9dfb58e

Please sign in to comment.