arXiv / html_feedback

Supports a student project developing a UI for feedback on arXiv articles rendered as html.
MIT License
14 stars 2 forks source link

Inaccurate display of zoomed figure #1491

Open weitunglin opened 2 weeks ago

weitunglin commented 2 weeks ago

Description

I used spy package in latex to zoom in on particular region of the image. pdf version is correctly displayed, but the html version inaccurately displayed. I've provided sample latex code to reproduce the bug.

(Optional:) Please add any files, screenshots, or other information here.

\begin{figure}[]
\begin{subfigure}[b]{0.24\linewidth}
      \centering
      \begin{tikzpicture}[spy using outlines={circle,red,magnification=2,size=.3\textwidth, connect spies}]
      \node {\includegraphics[width=1\textwidth,
      keepaspectratio]{figs/a.png}};
      \spy on (1.2,0.8) in node [left] at (1.1,-1);
      \spy on (-0.5,0.2) in node [left] at (-0.5,-1);
      \end{tikzpicture}
      \caption{reference}
  \end{subfigure}
\end{figure}

(Required) What is this issue most closely related to? Select one.

Choose One

Internal issue ID

dae978e2-83ac-4565-97cc-5b8b1c832649

Paper URL

https://services.arxiv.org/html/submission/5660940/view

Browser

Safari/605.1.15

Device Type

Desktop

html-feedback-bot[bot] commented 2 weeks ago

Location in document: S4.F2.2.1.1

Selected HTML: Figure 2: Enhanced image detail visualization. Our method improves the detail features of the degraded image compared to WaterMamba[12] and Semi-UIR[15] As highlighted in the red circle, our approach shows superior result on the detail features over WaterMamba[12] and Semi-UIR[15], demonstrating the advantage of our proposed MUB and PixNet techniques.

github-actions[bot] commented 2 weeks ago

Hello @weitunglin, thanks for the issue report! We are reviewing your report and will address it as soon as possible.