Skip to content

Circle is missing in the output when converting from pdf #150

Closed
@scrouthtv

Description

@scrouthtv

Hello,

I'm trying to convert circuit drawings created with circuitikz to svg. However, the output is missing some things.

Compiling this tex:

\documentclass[margin = 24mm]{standalone}

\usepackage{xcolor, circuitikz}

\begin{document}
	\begin{circuitikz}
		\draw (0, 0) to [short, o-*] (1, 0);
	\end{circuitikz}
\end{document}

gives me this pdf:
image
(notice the empty and filled circle on the end of the line)

If I convert this to svg using

dvisvgm --pdf circle.pdf

I get a line with no tips:
image

However, if I first convert the pdf to ps using poppler, and then convert the ps to svg:

pdftops circle.pdf
dvisvgm --eps circle.ps

image

I wasn't able to figure out, how exactly the *-o is drawn by circuitikz, and normal circles drawn with tikz work as expected.

Thanks for any help in advance.

Metadata

Metadata

Assignees

Labels

already fixedThis issue has already been fixed in the Git repository.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions