summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoye <joye>2014-06-18 16:15:12 (GMT)
committerjoye <joye>2014-06-18 16:15:12 (GMT)
commitbe7cec37a5516852118d4f33bd8b7329acfd8106 (patch)
treea44e672275a5ed7b48f0a48fb6e94f0ecf0c5280
parentbeab7dc79315ecc4ae62b09ffae62e90a86e8638 (diff)
downloadblt-be7cec37a5516852118d4f33bd8b7329acfd8106.zip
blt-be7cec37a5516852118d4f33bd8b7329acfd8106.tar.gz
blt-be7cec37a5516852118d4f33bd8b7329acfd8106.tar.bz2
*** empty log message ***
-rw-r--r--src/bltGrPSOutput.C2
-rw-r--r--tests/all.tcl2
-rw-r--r--tests/textmarker.tcl2
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