/usr/share/paw-demos/draw.kumac is in paw-demos 1:2.14.04.dfsg.2-7ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | MACRO DRAW
igset TXAL 30
igset TANG -35.
igset TXFP -140
igset CHHE 0.50
itx $SIGMA([X]-0.9) [Y] +
igset TXAL 30
igset TANG 0.
igset TXFP -30
igset CHHE 0.22
y = [y] * 1.70
itx [X] [Y] [TEXT]
RETURN
|