Skip to content

Commit a50b865

Browse files
committed
Align default borderwidth between renderers
1 parent d3d5149 commit a50b865

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/renmatrix.ps.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ begin
192192
/borderright 0.0 def
193193
/bordertop 0.0 def
194194
/borderbottom 0.0 def
195-
/borderwidth 0.25 def
195+
/borderwidth 0.5 def
196196

197197
{def} forall
198198
opt currentdict /opt undef //processoptions exec /options exch def

src/renmaximatrix.ps.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ begin
5757
/borderright 0.0 def
5858
/bordertop 0.0 def
5959
/borderbottom 0.0 def
60-
/borderwidth 0.25 def
60+
/borderwidth 0.5 def
6161

6262
{def} forall
6363
opt currentdict /opt undef //processoptions exec /options exch def

0 commit comments

Comments
 (0)