Open main menu

Changes

Proper example code
\def\mycolor{.625red}
\startuseMPgraphicstartreusableMPgraphic{name}
fill fullcircle scaled 20pt withcolor \mycolor;
\stopuseMPgraphicstopreusableMPgraphic
red: \useMPgraphicreuseMPgraphic{name}
\def\mycolor{.625blue}
blue: \useMPgraphicreuseMPgraphic{name}
</context>