Command/uniqueMPgraphic

From Wiki
< Command
Revision as of 14:37, 15 November 2019 by Usonianhorizon (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

\uniqueMPgraphic

Syntax (autogenerated)

\uniqueMPgraphic{...}{...=...,...}
{...}name
keyvalue


Syntax

\uniqueMPgraphic{...}
{...} name of an MPgraphic previously defined with \startuniqueMPgraphic

Description

Place a new instance of a graphic defined with \startuniqueMPgraphic. The graphic will be recompiled; for static images, see \startreusableMPgraphic instead.

Example

  • \def\mycolor{.625red}
    
    \startuniqueMPgraphic{name}
      fill fullcircle scaled 20pt withcolor \mycolor;
    \stopuniqueMPgraphic
    
    red: \uniqueMPgraphic{name}
    
    \def\mycolor{.625blue}
    blue: \uniqueMPgraphic{name}
    

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: