summaryrefslogtreecommitdiff
path: root/metapost/context/base/common/mp-remapped-hatching.mp
diff options
context:
space:
mode:
Diffstat (limited to 'metapost/context/base/common/mp-remapped-hatching.mp')
-rw-r--r--metapost/context/base/common/mp-remapped-hatching.mp10
1 files changed, 10 insertions, 0 deletions
diff --git a/metapost/context/base/common/mp-remapped-hatching.mp b/metapost/context/base/common/mp-remapped-hatching.mp
new file mode 100644
index 000000000..ae63b676e
--- /dev/null
+++ b/metapost/context/base/common/mp-remapped-hatching.mp
@@ -0,0 +1,10 @@
+% This is placeholder for Bogluslaw Jackowski's hatching.mp file which can be found in
+% the public domain and dates from 2000. It provides:
+%
+% draw hatched (fullcircle scaled 10cm) (45, 4, 1) withcolor "red" ;
+%
+% interim hatch_match := 1;
+%
+% This macro is not in mp-tool so this is a placeholder. The hatching macro doesn't fit
+% into metafun because it assume withcolor to behave in a certain way. Also, we use more
+% efficient path constructor.