diff options
author | Norbert Preining <norbert@preining.info> | 2023-05-01 03:03:35 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-05-01 03:03:35 +0000 |
commit | 5164dcdfce521e72debadb619624c4ee37b03ccc (patch) | |
tree | c1d8f6031b3af0521ebd8a6fe8363439aeb3e021 /graphics/pstricks/base/dvips | |
parent | 7932c8102a8f5298d7d36caa6df233c356f96e56 (diff) |
CTAN sync 202305010303
Diffstat (limited to 'graphics/pstricks/base/dvips')
-rw-r--r-- | graphics/pstricks/base/dvips/pst-dots.pro | 4 | ||||
-rw-r--r-- | graphics/pstricks/base/dvips/pstricks.pro | 14 |
2 files changed, 11 insertions, 7 deletions
diff --git a/graphics/pstricks/base/dvips/pst-dots.pro b/graphics/pstricks/base/dvips/pst-dots.pro index 9098492b25..ebed06ede5 100644 --- a/graphics/pstricks/base/dvips/pst-dots.pro +++ b/graphics/pstricks/base/dvips/pst-dots.pro @@ -1,7 +1,7 @@ -% $Id: pst-dots.pro 291 2021-10-01 09:22:45Z herbert $ +% $Id: pst-dots.pro 601 2022-09-08 19:21:27Z herbert $ % %% PostScript prologue for pstricks.tex. -%% Version 0.02, 2021/10/01 +%% Version 2.02, 2021/10/01 %% %% For distribution, see pstricks.tex. %% diff --git a/graphics/pstricks/base/dvips/pstricks.pro b/graphics/pstricks/base/dvips/pstricks.pro index 175b1908d6..c25657b9b9 100644 --- a/graphics/pstricks/base/dvips/pstricks.pro +++ b/graphics/pstricks/base/dvips/pstricks.pro @@ -1,4 +1,4 @@ -% $Id: pstricks.pro 317 2021-11-16 20:47:25Z herbert $ +% $Id: pstricks.pro 615 2022-09-22 08:39:26Z herbert $ % %% PostScript prologue for pstricks.tex. %% Version 1.41, 2021/11/16 @@ -379,7 +379,7 @@ tx@Dict begin % % /TruchetFill { % on stack: scaling factor - 10 dict begin + 20 dict begin dup dup scale 1 exch div round /penroseFactor ED a 0 dtransform round exch round exch @@ -445,7 +445,11 @@ tx@Dict begin { 0 h T 1 -1 scale } if w neg h moveto 0 0 L w h L w neg a neg rlineto - gsave fill grestore + gsave +% gsave w neg h lineto CLW 0.5 add setlinewidth % test für border beim Pfeil +% 1 setgray 0 setlinejoin closepath stroke +% grestore + fill grestore } def % /ArrowD { % the sides are drawn as curves (hv 20071211) @@ -951,8 +955,8 @@ tx@Dict begin } ifelse } def % -/Frame { - CLW mul /a ED +/Frame { % on stack \psk@dimen + CLW mul /a ED % save radius 3 -1 roll 2 copy gt { exch } if a sub /y2 ED |