summaryrefslogtreecommitdiffstats
path: root/logo/qpdf.ps
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-18 06:05:31 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-18 06:05:37 +0100
commit7805352fd08e7929e002f5993439ab5cc44f1f7e (patch)
treefd9635a4017ada088556455b66e407ddc57f19bd /logo/qpdf.ps
parent1e86f3ab70ad20971a800089ec531f567dcc58da (diff)
downloadqpdf-7805352fd08e7929e002f5993439ab5cc44f1f7e.tar.zst
Reduce default size of the logo
Diffstat (limited to 'logo/qpdf.ps')
-rw-r--r--logo/qpdf.ps9
1 files changed, 6 insertions, 3 deletions
diff --git a/logo/qpdf.ps b/logo/qpdf.ps
index 745205f7..47923444 100644
--- a/logo/qpdf.ps
+++ b/logo/qpdf.ps
@@ -3,7 +3,7 @@
%%Title: qpdf logo
%%CreationDate: $Date: 2000/02/11 03:25:50 $
%%Orientation: Portrait
-%%BoundingBox: 0 0 512 420
+%%BoundingBox: 0 0 128 105
%%Pages: 0
%%EndComments
%
@@ -21,7 +21,9 @@
%%BeginProlog
-% Bounding box and page bounding box must match fullwidth and fullheight.
+% Bounding box and page bounding box must match fullwidth and
+% fullheight when adjusted by the scale factor.
+
/fullheight 420 def % must be { outerheight linewidth add }
/fullwidth 512 def
@@ -61,8 +63,9 @@
%%EndProlog
%%Page: 1 1
-%%PageBoundingBox: 0 0 512 420
+%%PageBoundingBox: 0 0 128 105
+.25 dup scale
linewidth 2 div fullheight outerheight sub 2 div translate
drawOuter
gsave