summaryrefslogtreecommitdiff
path: root/Master/texmf/dvips/config/alt-rule.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/dvips/config/alt-rule.pro')
-rw-r--r--Master/texmf/dvips/config/alt-rule.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/Master/texmf/dvips/config/alt-rule.pro b/Master/texmf/dvips/config/alt-rule.pro
deleted file mode 100644
index c7fb9443923..00000000000
--- a/Master/texmf/dvips/config/alt-rule.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-%!
-% Patch by TVZ
-% Makes dvips files draw rules with stroke rather than fill.
-% Makes narrow rules more predictable at low resolutions
-% after distilling to PDF.
-% May have unknown consequences for very thick rules.
-% Tested only with dvips 5.85(k).
-TeXDict begin
-/QV {
- gsave newpath /ruleY X /ruleX X
- Rx Ry gt
- { ruleX ruleY Ry 2 div sub moveto Rx 0 rlineto Ry }
- { ruleX Rx 2 div add ruleY moveto 0 Ry neg rlineto Rx }
- ifelse
- setlinewidth 0 setlinecap stroke grestore
-} bind def
-end