marcodaniel / mdframed

auto-split frame environment for LaTeX
http://marcodaniel.github.com/mdframed
66 stars 11 forks source link

different width of frame rules #16

Open bersch opened 10 years ago

bersch commented 10 years ago
\documentclass{article}
\usepackage{lipsum}
\usepackage{mdframed}
\usepackage{tikz}
\newmdenv[frametitlefont=\bfseries,linewidth=1mm]{myenv}
\begin{document}
\begin{myenv}[frametitle={Title}]
\lipsum[2]
\end{myenv}
\end{document}

When zommed in acroread the width of the rules are: top: 5px bottom: 6px left: 5px right: 7px

So at some zoom levels the rules are broken.

My environment texlive 2013.20130722 and updated mdframed/HEAD today.

Without using myenv i.e.

\begin{document}
\begin{mdframed}
\lipsum[2]
\end{mdframed}
\end{document}

his issue does not occur

marcodaniel commented 10 years ago

Hi,

this issue is related to:

http://tex.stackexchange.com/questions/124539/mdframed-missing-half-the-frame/124562#124562

I know I have to change the drawing order.

regards Marco