Skip to content

Spot color not recognized in tikz #6

@jbezos

Description

@jbezos

Here is a mwe:

\documentclass{article}
 
\usepackage{colorspace}
\usepackage{tikz}
\usetikzlibrary{calc}
 
\definespotcolor{registration}{All}{1,1,1,1}
 
\pagestyle{empty}
\begin{document}
 
    \tikz \draw [draw=registration] (0.0,0.0) rectangle (0.5,0.5); % not shown
    \tikz \draw [draw=black] (0.0,0.0) rectangle (0.5,0.5);
 
\end{document}

See https://tex.stackexchange.com/questions/471575/how-can-i-create-a-color-registration-test-page-with-latex/471576#471576

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions