git ssb

0+

cel / freecheck



Commit 5ebee715c8d25d27986880fee066b574f50ef9d0

Allow disabling logo border

Charles Lehner committed on 4/13/2016, 7:39:50 PM
Parent: c281250d2da897407779b8e4f1129d45444763ca

Files changed

freecheckchanged
freecheckView
@@ -427,8 +427,12 @@
427427 /LogoForm where {
428428 pop % discard dict
429429 gsave
430430
431 +__END_OF_POSTSCRIPT__
432 +
433 + if ($Definitions{'LogoBorder'} > 0) {
434 + print <<"__END_OF_POSTSCRIPT__";
431435 /LogoBorder where {
432436 pop % discard dict
433437 newpath
434438 LeftMargin LogoBorder 2 div add
@@ -439,10 +443,14 @@
439443 LogoWidth LogoBorder sub neg 0 rlineto
440444 closepath
441445 LogoBorder setlinewidth stroke
442446 } if
443-
447 +__END_OF_POSTSCRIPT__
444448
449 + }
450 +
451 + print <<"__END_OF_POSTSCRIPT__";
452 +
445453 % Logo is placed at the top-left corner of the check
446454 LeftMargin CheckHeight TopMargin sub translate
447455
448456 LogoForm /BBox get aload pop % ^ llx lly urx ury

Built with git-ssb-web