summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pst-cie/dvips/pst-cie.pro
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pstricks/contrib/pst-cie/dvips/pst-cie.pro')
-rw-r--r--graphics/pstricks/contrib/pst-cie/dvips/pst-cie.pro19
1 files changed, 11 insertions, 8 deletions
diff --git a/graphics/pstricks/contrib/pst-cie/dvips/pst-cie.pro b/graphics/pstricks/contrib/pst-cie/dvips/pst-cie.pro
index 9d4e119220..4749187048 100644
--- a/graphics/pstricks/contrib/pst-cie/dvips/pst-cie.pro
+++ b/graphics/pstricks/contrib/pst-cie/dvips/pst-cie.pro
@@ -1,10 +1,9 @@
-%% version 1.06a 2018-12-16
+%
+%% version 0.03 2021-11-04
/tx@CIEdict 50 dict def
tx@CIEdict begin
-%
-%
+%%
%(pst-cie-data.pro) run
-%% version 0.02 2018-12-16
%% CIE 1931 (2 degree)
% Wavelength >= 360 && Wavelength <= 830
/CIE1931 [
@@ -2371,18 +2370,22 @@ gsave
0.5 setlinewidth
axes
/NimbusSanL-Bold findfont 5 scalefont setfont
- 0 0.1 0.9 {
+ 0.0 0.1 0.9 {
/i exch def
/M1 {i unit -0.05 unit} def
/M2 {i unit -0.06 unit} def
M1 moveto M2 lineto stroke
- M2 -5 add exch -3.5 add exch moveto i 15 string cvs show
+ M2 -5 add exch -3.5 add exch moveto
+ i 0 eq { (0.0) } { i 15 string cvs } ifelse
+ show
} for
- 0 0.1 0.9 {
+ 0.0 0.1 0.9 {
/i exch def
/M1 {-0.05 unit i unit } def /M2 {-0.06 unit i unit } def
M1 moveto M2 lineto stroke
- M2 -2 add exch -8 add exch moveto i 15 string cvs show
+ M2 -2 add exch -8 add exch moveto
+ i 0 eq { (0.0) } { i 15 string cvs } ifelse
+ show
} for
gsave
/NimbusSanL-Bold findfont 5 scalefont setfont