]> granicus.if.org Git - graphviz/commitdiff
Remove remnants of .dot from plugin
authorerg <devnull@localhost>
Mon, 1 Nov 2010 20:51:34 +0000 (20:51 +0000)
committererg <devnull@localhost>
Mon, 1 Nov 2010 20:51:34 +0000 (20:51 +0000)
plugin/core/gvrender_core_pic.c
plugin/core/gvrender_core_vml.c
plugin/xlib/vimdot.1
plugin/xlib/vimdot.sh

index c9bd40984929cb3369f193aeb2a249223d8d9a29..355f19c81c50c44f4af0272083cff0d75a4c71bc 100644 (file)
@@ -163,7 +163,7 @@ static void pic_set_style(GVJ_t *job, char **s)
             p++;
         p++;
         while (*p) {
-            if (!strcmp(line, "setlinewidth")) {        /* a hack to handle the user-defined (PS) style spec in proc3d.dot */
+            if (!strcmp(line, "setlinewidth")) {        /* a hack to handle the user-defined (PS) style spec in proc3d.gv */
                 long n = atol(p);
 
                 sprintf(buf,
index 005e3caf7a1f127d28c98d0ea4d57ace04c8e6f4..85789c41e62b1704e71c0b52845c901967c7c560 100644 (file)
@@ -405,7 +405,7 @@ static void vml_textpara(GVJ_t * job, pointf p, textpara_t * para)
     /* text "y" was too high
      * Graphviz uses "baseline", VML seems to use bottom of descenders - so we fudge a little
      * (heuristics - based on eyeballs)  */
-    if (para->fontsize <12.){ /*     see graphs/directed/arrows.dot  */
+    if (para->fontsize <12.){ /*     see graphs/directed/arrows.gv  */
       p1.y+=1.4+para->fontsize/5; /* adjust by approx. descender */
       p2.y+=1.4+para->fontsize/5; /* adjust by approx. descender */
     }else{
index b38eeabc56f682d92f33c3289225a2ac9019bca4..35ba5520c5085d4ad7e06e56e3d3ade4a98b58ed 100644 (file)
@@ -11,7 +11,7 @@ vimdot \- Combined text editor and dot viewer
 dot output of the edited file.  The dot output window automatically refreshes everytime the file is saved
 in the editor.
 .PP
-If no filename is given, vimdot will use 'noname.dot' and initialise it with an example graph to get you
+If no filename is given, vimdot will use 'noname.gv' and initialise it with an example graph to get you
 started.
 .PP
 The GUI window (provided by "dot -Txlib") supports zooming using the mouse scroll-wheel, and panning by holding the scroll-wheel down and dragging.
index 3c3f6da3f67e1b4a2aadf34bcc3e05def4326855..2ab294106dbc8541a03ea1d47c81ca9960400d51 100755 (executable)
@@ -10,7 +10,7 @@ done
 
 if test -z "$prog"; then error "the editor not found"; fi
 
-default="noname.dot"
+default="noname.gv"
 
 if test -z "$1"; then
        if test -s "$default"; then