You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugSomething isn't workingfidelitymisc mistakes and bugs in the produced HTMLhardtriaged as difficult to fix, likely requiring a significant latexml upgrade
Problem details
There is a bug in the image display on the first iamge.
Desktop (please complete the following information)
OS: Windows
Browser chrome
(Optional) Screenshots
The text was updated successfully, but these errors were encountered:
zhaojinjian0000
changed the title
Improve article [arXiv:id]
Improve article [arXiv:2403.13327]
Jun 26, 2024
zhaojinjian0000
changed the title
Improve article [arXiv:2403.13327]
Improve article 2403.13327
Jun 26, 2024
dginev
added
bug
Something isn't working
hard
triaged as difficult to fix, likely requiring a significant latexml upgrade
fidelity
misc mistakes and bugs in the produced HTML
labels
Jun 26, 2024
Clearly this is something that we need to emulate better in latexml. The example is a minipage, containing a tikzpicture, which has nested graphics for some of its nodes. Source attached:
\begin{minipage}{1.0\textwidth}
\centering\begin{tikzpicture}[inner sep=0,outer sep=0]
\foreach\file/\cap [count=\i] in {ficus/Input,ficus-mb/Motion blur,ficus-rs/Rolling shutter,ficus/Our clean render} {
\fill[fill=black!05,draw=none] (.2*\i*\textwidth-.01\textwidth,-.06\textwidth) ellipse (.6 and .4);
\node[minimum width=.2\textwidth,minimum height=.25\textwidth] (p\i) at (.2*\i*\textwidth,0) {\includegraphics[height=.2\textwidth,trim=0 10 0 10,clip]{fig/\file-alpha}};
\node[font=\scriptsize,align=center] at (.2*\i*\textwidth-.01\textwidth,-.12\textwidth) {\vphantom{p}\cap};
}
\node[rotate=110,font=\tiny\it,scale=.8] at ($(p3) - (.7cm,0)$) {\color{gray}Rolling shutter effects};
\node[rotate=90,font=\tiny,scale=.8] at ($(p2) - (.7cm,-.01)$) {\color{gray}Motion blur};
\node[rotate=90,font=\tiny,scale=.8] at ($(p2) - (.703cm,.002)$) {\color{gray!50}Motion blur};
\node[rotate=90,font=\tiny,scale=.8] at ($(p2) - (.701cm,.02)$) {\color{gray!50}Motion blur};
\node at ($(p1)$) {\includegraphics[height=.25\textwidth,trim=0 10 0 10,clip]{fig/teaser-phones}};
\draw[black] ($(p1) + (-1.5cm,-1.5cm)$) edge[->,bend left=30] node[rotate=105,font=\tiny,fill=white,inner sep=2pt]{VIO} ++(-.5,2);
\end{tikzpicture}
\end{minipage}
bugSomething isn't workingfidelitymisc mistakes and bugs in the produced HTMLhardtriaged as difficult to fix, likely requiring a significant latexml upgrade
Exact location of issue
https://ar5iv.labs.arxiv.org/html/2403.13327
There is a bug in the image display on the first iamge.
id="p1"
Problem details
There is a bug in the image display on the first iamge.
Desktop (please complete the following information)
OS: Windows
Browser chrome
(Optional) Screenshots
The text was updated successfully, but these errors were encountered: