From be7cec37a5516852118d4f33bd8b7329acfd8106 Mon Sep 17 00:00:00 2001 From: joye Date: Wed, 18 Jun 2014 16:15:12 +0000 Subject: *** empty log message *** --- src/bltGrPSOutput.C | 2 +- tests/all.tcl | 2 +- tests/textmarker.tcl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C index eba268c..e698be4 100644 --- a/src/bltGrPSOutput.C +++ b/src/bltGrPSOutput.C @@ -694,7 +694,7 @@ void PostScript::prolog() "\n" "/SetFont { \n" " % Stack: pointSize fontName\n" -" findfont exch 1.25 mul scalefont ISOEncode setfont\n" +" findfont exch scalefont ISOEncode setfont\n" "} def\n" "\n" "/Box {\n" diff --git a/tests/all.tcl b/tests/all.tcl index 46e6a51..badd21f 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -1,7 +1,7 @@ source linegraph.tcl source lineelement.tcl source linepen.tcl -source barbar.tcl +source bargraph.tcl source barelement.tcl source barpen.tcl source axis.tcl diff --git a/tests/textmarker.tcl b/tests/textmarker.tcl index 1347841..f37f35f 100644 --- a/tests/textmarker.tcl +++ b/tests/textmarker.tcl @@ -6,7 +6,7 @@ set graph [bltLineGraph $w] set mm [$graph marker create text tt -element data2 \ -coords {1. 112} -text "Text\nMarker" -font {helvetica 24}] $graph element configure data1 -hide yes -return + echo "Testing Text Marker..." bltTest3 $graph marker $mm -anchor nw $dops -- cgit v0.12