diff options
author | Karl Berry <karl@freefriends.org> | 2007-03-18 23:46:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-03-18 23:46:36 +0000 |
commit | c3a905b7d1077a53df18bf3eb2c8b037474d958d (patch) | |
tree | 104e814d67645cf6c5b3d75366a152652182d46e /Master/texmf-dist/dvips | |
parent | 21021668fee1d53809ff3c690d0adf04e3353145 (diff) |
pstricks update, deleting many doc files? (11mar07)
git-svn-id: svn://tug.org/texlive/trunk@4056 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pst-blur.pro | 64 | ||||
-rw-r--r-- | Master/texmf-dist/dvips/pstricks/pst-slpe.pro | 150 |
2 files changed, 0 insertions, 214 deletions
diff --git a/Master/texmf-dist/dvips/pstricks/pst-blur.pro b/Master/texmf-dist/dvips/pstricks/pst-blur.pro deleted file mode 100644 index 4cc4963cd82..00000000000 --- a/Master/texmf-dist/dvips/pstricks/pst-blur.pro +++ /dev/null @@ -1,64 +0,0 @@ -%% -%% This is file `pst-blur.pro', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% pst-blur.dtx (with options: `prolog') -%% -%% IMPORTANT NOTICE: -%% -%% For the copyright see the source file. -%% -%% You are *not* allowed to modify this file. -%% -%% You are *not* allowed to distribute this file. -%% For distribution of the original source see the terms -%% for copying and modification in the file pst-blur.dtx. -%% -/tx@PstBlurDict 60 dict def -tx@PstBlurDict begin -/Iterate { - /SegLines ED - /ThisB ED /ThisG ED /ThisR ED - /NextB ED /NextG ED /NextR ED - /W 2.0 BlurRadius mul def - /WDec W SegLines div def - /RInc NextR ThisR sub SegLines div def - /GInc NextG ThisG sub SegLines div def - /BInc NextB ThisB sub SegLines div def - /R ThisR def - /G ThisG def - /B ThisB def - SegLines { - R G B - sqrt 3 1 roll sqrt 3 1 roll sqrt 3 1 roll - setrgbcolor - gsave W setlinewidth - stroke grestore - /W W WDec sub def - /R R RInc add def - /G G GInc add def - /B B BInc add def - } bind repeat -} def -/BlurShadow { - Shadow - /BlurSteps ED - /BlurRadius ED - dup mul /BEnd ED dup mul /GEnd ED dup mul /REnd ED - dup mul /BBeg ED dup mul /GBeg ED dup mul /RBeg ED - RBeg REnd add 0.5 mul /RMid ED - GBeg GEnd add 0.5 mul /GMid ED - BBeg BEnd add 0.5 mul /BMid ED - /OuterSteps BlurSteps 2 div cvi def - /InnerSteps BlurSteps OuterSteps sub def - 1 setlinejoin - RMid GMid BMid REnd GEnd BEnd OuterSteps Iterate - gsave RBeg sqrt GBeg sqrt BBeg sqrt setrgbcolor fill grestore - clip - 0 setlinejoin - RMid GMid BMid RBeg GBeg BBeg InnerSteps Iterate -} def -end - diff --git a/Master/texmf-dist/dvips/pstricks/pst-slpe.pro b/Master/texmf-dist/dvips/pstricks/pst-slpe.pro deleted file mode 100644 index 552e63f10aa..00000000000 --- a/Master/texmf-dist/dvips/pstricks/pst-slpe.pro +++ /dev/null @@ -1,150 +0,0 @@ -%% -%% This is file `pst-slpe.pro', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% pst-slpe.dtx (with options: `prolog') -%% -%% IMPORTANT NOTICE: -%% -%% For the copyright see the source file. -%% -%% You are *not* allowed to modify this file. -%% -%% You are *not* allowed to distribute this file. -%% For distribution of the original source see the terms -%% for copying and modification in the file pst-slpe.dtx. -%% -/tx@PstSlopeDict 60 dict def tx@PstSlopeDict begin -/max {2 copy lt {exch} if pop} bind def -/Iterate { - 1 sub /NumSegs ED - dup mul 3 1 roll dup mul 3 1 roll dup mul 3 1 roll - setrgbcolor currenthsbcolor - /ThisB ED - /ThisS ED - /ThisH ED - /ThisPt ED - gsave fill grestore - NumSegs { - dup mul 3 1 roll dup mul 3 1 roll dup mul 3 1 roll - setrgbcolor currenthsbcolor - /NextB ED - /NextS ED - /NextH ED - /NextPt ED - ThisPt NextPt sub ThisPt div NumSteps mul cvi /SegSteps exch def - /NumSteps NumSteps SegSteps sub def - SegSteps 0 eq not { - ThisS 0 eq {/ThisH NextH def} if - NextS 0 eq {/NextH ThisH def} if - ThisH NextH sub 0.5 gt - {/NextH NextH 1.0 add def} - { NextH ThisH sub 0.5 ge {/ThisH ThisH 1.0 add def} if } - ifelse - /B ThisB def - /S ThisS def - /H ThisH def - /BInc NextB ThisB sub SegSteps div def - /SInc NextS ThisS sub SegSteps div def - /HInc NextH ThisH sub SegSteps div def - SegSteps { - H dup 1. gt {1. sub} if S B sethsbcolor - currentrgbcolor - sqrt 3 1 roll sqrt 3 1 roll sqrt 3 1 roll - setrgbcolor - DrawStep - /H H HInc add def - /S S SInc add def - /B B BInc add def - } bind repeat - /ThisH NextH def - /ThisS NextS def - /ThisB NextB def - /ThisPt NextPt def - } if - } bind repeat -} def -/PatchRadius { - Radius 0 eq { - /UpdRR { dup mul exch dup mul add RR max /RR ED } bind def - gsave - flattenpath - /RR 0 def - {UpdRR} {UpdRR} {} {} pathforall - grestore - /Radius RR sqrt def - } if -} def -/SlopesFill { - gsave - 180 add rotate - /NumSteps ED - clip - pathbbox - /h ED /w ED - 2 copy translate - h sub neg /h ED - w sub neg /w ED - /XInc w NumSteps div def - /DrawStep { - 0 0 XInc h rectfill - XInc 0 translate - } bind def - Iterate - grestore -} def -/CcSlopesFill { - gsave - /Radius ED - /CenterY ED - /CenterX ED - /NumSteps ED - clip - pathbbox - /h ED /w ED - 2 copy translate - h sub neg /h ED - w sub neg /w ED - w CenterX mul h CenterY mul translate - PatchRadius - /RadPerStep Radius NumSteps div neg def - /Rad Radius def - /DrawStep { - 0 0 Rad 0 360 arc - closepath fill - /Rad Rad RadPerStep add def - } bind def - Iterate - grestore -} def -/RadSlopesFill { - gsave - rotate - /Radius ED - /CenterY ED - /CenterX ED - /NumSteps ED - clip - pathbbox - /h ED /w ED - 2 copy translate - h sub neg /h ED - w sub neg /w ED - w CenterX mul h CenterY mul translate - PatchRadius - /AngleIncrement 360 NumSteps div neg def - /dY AngleIncrement sin AngleIncrement cos div Radius mul def - /DrawStep { - 0 0 moveto - Radius 0 rlineto - 0 dY rlineto - closepath fill - AngleIncrement rotate - } bind def - Iterate - grestore -} def -end - |