From da18e0a6fa23719ec60c8796f7d3b48443f40ca6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 27 Feb 2021 21:41:46 +0000 Subject: pst-optexp (27feb21) git-svn-id: svn://tug.org/texlive/trunk@57977 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/dvips') diff --git a/Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro b/Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro index 58041b31342..7990098e869 100644 --- a/Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro +++ b/Master/texmf-dist/dvips/pst-optexp/pst-optexp.pro @@ -9,9 +9,9 @@ %% This is a generated file. %% %% Project: pst-optexp -%% Version: 5.2 (2014/11/26) +%% Version: 6.0 (2021/02/26) %% -%% Copyright (C) 2007-2014 by Christoph Bersch +%% Copyright (C) 2007-2021 by Christoph Bersch %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3c @@ -1745,11 +1745,13 @@ tx@OptexpDict begin (Center) NodeName @GetCenter 4 2 roll @ABVect } bind def /GetIfcOrNodeCoord { + (GetIfcOrNodeCoord) DebugBegin dup xcheck { exch pop exec } { nametostr exch nametostr exch GetIfcCenter } ifelse + DebugEnd } bind def /connectInterfaces { /relAngleTmp ED @@ -1951,6 +1953,11 @@ tx@IntersectDict begin end } bind def end +/GetCoordinatePair {% + 2 mul -2 roll counttomark 1 add 2 roll cleartomark +} bind def +/GetFirstInputCoordinatePair { 1 GetCoordinatePair } bind def +/GetLastInputCoordinatePair { counttomark 2 idiv 1 sub GetCoordinatePair } bind def /mymax { 2 copy lt { exch } if pop } bind def -- cgit v1.2.3