Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overlay option causes TL not to be drawn #604

Closed
schtandard opened this issue Jan 25, 2022 · 1 comment · Fixed by #606
Closed

overlay option causes TL not to be drawn #604

schtandard opened this issue Jan 25, 2022 · 1 comment · Fixed by #606
Assignees
Labels

Comments

@schtandard
Copy link

When using the overlay option, the transmission line shape is not drawn.

\documentclass{article}

\usepackage{circuitikz}

\begin{document}

\begin{circuitikz}
  \draw (0,0) to [TL] (2,0);
\end{circuitikz}

\begin{circuitikz} [overlay]
  \draw (0,0) to [TL] (2,0);
\end{circuitikz}

\end{document}

image

(Related tex.sx question)

@Rmano Rmano added the bug label Jan 25, 2022
@Rmano Rmano self-assigned this Jan 25, 2022
@Rmano
Copy link
Collaborator

Rmano commented Jan 25, 2022

This is also related, seems the same cause: https://tex.stackexchange.com/questions/577822/tikz-transparency-group-breaks-with-overlay

Rmano added a commit to Rmano/circuitikz that referenced this issue Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants