wps

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

commit 0eac5164d2a6224f6b1406a3fc540c92468e9f1b
parent b0b0c6847b33930845323e84a805a7269ab611c9
Author: tomas <tomas@logand.com>
Date:   Sat, 23 Jan 2010 14:30:06 +0100

More changes from 2009-06-30

Diffstat:
Mwps.wps | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/wps.wps b/wps.wps @@ -195,6 +195,8 @@ systemdict/def{currentdict 2 index 2 index put pop pop}put /.setLineWidth{(lineWidth).gput}def /.setLineCap{(lineCap).gput}def /.setLineJoin{(lineJoin).gput}def +/.setLineCap{pop}def % TODO remove this later (Firefox throws) +/.setLineJoin{pop}def % TODO remove this later (Firefox throws) /.setMiterLimit{(miterLimit).gput}def /.setShadowOffsetX{(shadowOffsetX).gput}def /.setShadowOffsetY{(shadowOffsetY).gput}def @@ -366,9 +368,9 @@ systemdict/def{currentdict 2 index 2 index put pop pop}put /d1{}def % TODO /CS{}def % TODO /cs{}def % TODO -/SC/setcolor load def +%/SC/setcolor load def /SCN{}def % TODO -/sc/setcolor load def +%/sc/setcolor load def /scn{}def % TODO /G{}def % TODO /g{}def % TODO