wps

PostScript for the Web
git clone https://logand.com/git/wps.git/
Log | Files | Refs | LICENSE

commit a1415132896a285c70bdb46d5cfc40d9f148790a
parent c90e738b5c7fb9014f249fd922f0c499afaf5604
Author: tomas <tomas@logand.com>
Date:   Sun, 24 Jan 2010 14:33:49 +0100

cvr and cvi added

Diffstat:
Mwps.wps | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/wps.wps b/wps.wps @@ -71,6 +71,9 @@ systemdict/def{currentdict 2 index 2 index put pop pop}put /.sqrt1_2{.math(SQRT1_2)get}.bdef /.sqrt2{.math(SQRT2)get}.bdef +/cvr{1.0 mul}.bdef +/cvi{round}.bdef + %% html /.setTimeout{.window(setTimeout)2 .call}.bdef % cb ms -- id @@ -283,7 +286,6 @@ initmatrix /stopped{}.bdef % TODO /loop{}.bdef % TODO !!! /string{}.bdef % TODO -/cvi{}.bdef % TODO /pathbbox{}.bdef % TODO /urx{}.bdef % TODO /ury{}.bdef % TODO