diff --git a/_data/tagging-status.yml b/_data/tagging-status.yml index f7c3e651..2b227adb 100644 --- a/_data/tagging-status.yml +++ b/_data/tagging-status.yml @@ -6430,6 +6430,12 @@ comments: "No links with hyperref. No Reference structure for links." updated: 2026-01-26 +- name: hawkdraw + type: package + status: compatible + tests: true + updated: 2026-06-18 + - name: helvet type: package status: compatible diff --git a/tagging-status/testfiles-compatible/hawkdraw/hawkdraw-01.pdftex.struct.xml b/tagging-status/testfiles-compatible/hawkdraw/hawkdraw-01.pdftex.struct.xml new file mode 100644 index 00000000..d3d920b4 --- /dev/null +++ b/tagging-status/testfiles-compatible/hawkdraw/hawkdraw-01.pdftex.struct.xml @@ -0,0 +1,164 @@ + + + + + + + + + + + + +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + foo + + + + + + +
+ foo +
+ +
+
+ + + + + foo + + + + + + + + + + + + + + foo + + + +
+
+
diff --git a/tagging-status/testfiles-compatible/hawkdraw/hawkdraw-01.struct.xml b/tagging-status/testfiles-compatible/hawkdraw/hawkdraw-01.struct.xml new file mode 100644 index 00000000..c5cb39fa --- /dev/null +++ b/tagging-status/testfiles-compatible/hawkdraw/hawkdraw-01.struct.xml @@ -0,0 +1,146 @@ + + + + + + + + + +
+ +
+
+
+ + + + + + + + + + + + + + foo + + + + +
+ foo +
+
+
+ + + + foo + + + + + + + + + + foo + + +
+
+
diff --git a/tagging-status/testfiles-compatible/hawkdraw/hawkdraw-01.tex b/tagging-status/testfiles-compatible/hawkdraw/hawkdraw-01.tex new file mode 100644 index 00000000..9c76c00b --- /dev/null +++ b/tagging-status/testfiles-compatible/hawkdraw/hawkdraw-01.tex @@ -0,0 +1,53 @@ +\DocumentMetadata + { + lang=en-US, + pdfversion=2.0, + pdfstandard=ua-2, + tagging=on, + uncompress + } +\documentclass{article} +\usepackage{hawkdraw} +\title{hawkdraw package tagging test} +\begin{document} + +\begin{hawkdraw} + \stroke (0,0) circle[radius=10pt] ; +\end{hawkdraw} + +\begin{hawkdraw}[alt={A circle}] + \stroke (0,0) circle[radius=10pt] ; +\end{hawkdraw} + +\begin{hawkdraw}[actualtext={A circle}] + \stroke (0,0) circle[radius=10pt] ; +\end{hawkdraw} + +\begin{hawkdraw}[artifact] + \stroke (0,0) circle[radius=10pt] ; +\end{hawkdraw} + +\begin{hawkdraw} + \stroke (0,0) -- (5cm,0) node {foo} ; +\end{hawkdraw} + +\begin{hawkdraw}[alt={A node}] + \stroke (0,0) -- (5cm,0) node {foo} ; +\end{hawkdraw} + +\begin{hawkdraw}[actualtext={A node}] + \stroke (0,0) -- (5cm,0) node {foo} ; +\end{hawkdraw} + +\begin{hawkdraw}[artifact] + \stroke (0,0) -- (5cm,0) node {foo} ; +\end{hawkdraw} + +\begin{hawkdraw} + \stroke (0,0) -- (5cm,0) node {foo} ; + \begin{scope}[artifact] + \stroke (0,-1cm) -- (5cm,-1cm) node {foo} ; + \end{scope} +\end{hawkdraw} + +\end{document}