You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/bwipp.renderPhysspecDimOverride (physspec is incompatible with user-supplied height or width) //raiseerror exec
737
+
/bwipp.renderPhysspecDimOverride (width and height options are not compatible with physspec; use xdim and hdim to directly specify physical dimensions) //raiseerror exec
738
738
} ifelse
739
739
} if
740
740
} if
741
741
} if
742
742
physspec {
743
743
mag 1.0 ne xdim -1 ne currentdict /hdim known { hdim -1 ne } { false } ifelse or and {
744
-
/bwipp.renderMagExclusive (mag is mutually exclusive with xdim and hdim) //raiseerror exec
744
+
/bwipp.renderMagExclusive (use either mag \(to scale nominal dimensions\) or explicit xdim/hdim options, not both) //raiseerror exec
745
745
} if
746
746
xdim -1 eq {
747
747
xnom -1 eq {
748
748
bestfit { /physspec false def } {
749
-
/bwipp.renderNeedXnom (physspec requires xnom or xdim to be defined) //raiseerror exec
749
+
/bwipp.renderNeedXnom (physspec requires a nominal X-dimension to be defined for the application or for xdim to be supplied) //raiseerror exec
750
750
} ifelse
751
751
} if
752
752
physspec { /xdim xnom mag mul def } if
@@ -772,7 +772,7 @@ begin
772
772
/render.resolve_height {
773
773
hnom -1 ne physspec propspec height -1.0 eq and or and {
774
774
xnom -1 eq {
775
-
/bwipp.renderHnomNeedXnom (hnom requires xnom to be defined) //raiseerror exec
775
+
/bwipp.renderHnomNeedXnom (Proportional bar height derivation requires a nominal X-dimension to be defined for the application or for xdim to be supplied) //raiseerror exec
776
776
} if
777
777
hnom xnom div modunit mul
778
778
physspec not { round } if % Pixel-lock derived height
@@ -883,9 +883,9 @@ begin
883
883
eff1 dist eff2 dist lt { /snapped snap1 def } if
884
884
} {
885
885
/bwipp.renderGridfitXdimOutOfSpec
886
-
[ (No gridfit possible for X-dimension between xmin=)
887
-
xmin 20 string cvs (mm and xmax=)
888
-
xmax 20 string cvs (mm at )
886
+
[ (No X-dimension within the permissible range )
887
+
xmin 20 string cvs ( to )
888
+
xmax 20 string cvs (mm produces a fixed pixel grid at )
889
889
griddpi cvi 20 string cvs ( DPI)
890
890
] dup 0 exch {length add} forall string
891
891
exch 0 exch { dup length 2 index add 3 index 4 2 roll putinterval } forall pop
0 commit comments