my $red = ["0 1 1 0", "0 0 0 1"];
my $blue = ["0.6 0.6 0 0", "0 0 0 0"];
my $yellow = ["0 0 1 0", "0 0 0 1"];
+my $moth = ["0 0 0 1", "0 0 0 0"];
+my $purple = ["0 1 0 0", "0 0 0 1"];
sub chip ($$) {
my ($cary, $pips) = @_; # put in a gsave translate
${\ $exchip->($yellow, 1) }
END
- $o .= <<END;
-gsave
- 0.16 0.15 dc translate
- 0.60 dup scale
- gsave ${\ chip($blue,4) } grestore
-grestore
-
+ $o .= $exchline->(1, 2, <<END);
+ ${\ $exchip->($moth,1) } ${\ $exslash->() }
+ ${\ $exchip->($purple,1) } ${\ $exslash->() }
END
$o .= exposition(<<END);