-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Compilation seems to go right, and the PDF file contains the Tikz path data (same size when using a standard colour) but nothing shows up and my previewer tells me there is an error in the PDF file. Am I missing something, or is the package incompatible with LaTeX?
Here is my MWE (compiled with LuaLaTeX):
\documentclass[a4paper]{article}
\usepackage{luatextra}
\usepackage{colorspace}
\usepackage{tikz}
\definespotcolor{gold}{SPOT GOLD}{1,0,0,0}
\begin{document}
\begin{tikzpicture}
\begin{scope}[shift={(-87.5,-55.49435)}]
\begin{scope}[cm={{0.96036,0.0,0.0,0.96036,(11.89152,0.52957)}},fill=white]
\path[draw=gold,fill=white,line join=round,line cap=round,miter
limit=4.00,nonzero rule,line width=2.400pt] (351.4121,230.1831) .. controls
(361.2415,243.5007) and (349.6947,254.4950) .. (339.6205,246.9064);
\end{scope}
\end{scope}
\end{tikzpicture}
\end{document}
Metadata
Metadata
Assignees
Labels
No labels