chiark
/
gitweb
/
~ianmdlvl
/
quacks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfc4b0f
)
wip
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 2 Jul 2022 12:28:15 +0000
(13:28 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 2 Jul 2022 12:28:15 +0000
(13:28 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
overflow-tube.ps.pl
patch
|
blob
|
history
diff --git
a/overflow-tube.ps.pl
b/overflow-tube.ps.pl
index a63262a0baa363e221e84afa1f87dfae0fbed3a9..192ced4d00b07e298b36e0896a0643fb42a6e7eb 100755
(executable)
--- a/
overflow-tube.ps.pl
+++ b/
overflow-tube.ps.pl
@@
-42,8
+42,6
@@
gsave
0 $y_top lineto
stroke
} def
-
-cut_line
END
sub places ($) {
@@
-90,6
+88,21
@@
END
}
}
-places(0);
+sub repis () {
+ for my $repi (0..4) {
+ o(<<END);
+gsave
+ $repi $colspacing 2 mul mul 0 translate
+
+ cut_line
+END
+ places($repi);
+ o(<<END);
+grestore
+END
+ }
+}
+
+repis();
print $ps_framing or die $!;