summaryrefslogtreecommitdiffstats
path: root/test/Moretest/graph_example.ml
diff options
context:
space:
mode:
authorJun FURUSE / 古瀬 淳 <jun.furuse@gmail.com>2000-06-07 16:31:58 +0000
committerJun FURUSE / 古瀬 淳 <jun.furuse@gmail.com>2000-06-07 16:31:58 +0000
commitcadb9fc8f535732fdf22f81f21a1f91f1b6bd027 (patch)
tree5afb078d180519785bfc696dfa8ee839ceff479f /test/Moretest/graph_example.ml
parent9e4ac3298c65fe71abfc3b80f82e071fd19c9fc0 (diff)
added test for transparent color drawing
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3193 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'test/Moretest/graph_example.ml')
-rw-r--r--test/Moretest/graph_example.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Moretest/graph_example.ml b/test/Moretest/graph_example.ml
index 9ddf971b6..6fbe988ce 100644
--- a/test/Moretest/graph_example.ml
+++ b/test/Moretest/graph_example.ml
@@ -8,7 +8,7 @@
*)
open Graphics;;
-open_graph "480x270";;
+open_graph " 480x270";;
let xr = size_x () / 2 - 30
and yr = size_y () / 2 - 26