From 21898810cf14ff6fedfb47a00704173bf668e49b Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Sat, 27 Mar 2021 20:06:16 +0100 Subject: 2021-03-27 19:06:00 --- metapost/context/base/mpxl/mp-mlib.mpxl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metapost') diff --git a/metapost/context/base/mpxl/mp-mlib.mpxl b/metapost/context/base/mpxl/mp-mlib.mpxl index ed3f79be5..753fdff74 100644 --- a/metapost/context/base/mpxl/mp-mlib.mpxl +++ b/metapost/context/base/mpxl/mp-mlib.mpxl @@ -1447,7 +1447,7 @@ permanent asgroup ; pair mfun_pattern_s ; mfun_pattern_s := origin ; % auto scale to fraction of shape (svg) boolean mfun_pattern_f ; mfun_pattern_f := false ; % anchor or not (normally we do that) -def withpatternscale primary s = hide (mfun_pattern_s := s ;) enddef ; +def withpatternscale primary s = hide (mfun_pattern_s := paired s ;) enddef ; def withpatternfloat primary s = hide (mfun_pattern_f := s ;) enddef ; primarydef t withpattern p = -- cgit v1.2.3