]> granicus.if.org Git - graphviz/commitdiff
typo
authorJohn Ellson <ellson@research.att.com>
Fri, 15 Nov 2013 19:16:41 +0000 (14:16 -0500)
committerJohn Ellson <ellson@research.att.com>
Fri, 15 Nov 2013 19:16:41 +0000 (14:16 -0500)
lib/common/taper.c

index af7e11ccf046f412857588b8435d459cea43026f..25d831f861213255213dc9805a7efd5c1b346ccc 100644 (file)
@@ -343,7 +343,7 @@ stroke_t* taper (bezier* bez, radfunc_t radfunc, double initwid, int linejoin, i
            }
                 /* direction to junction point */
            direction = ndir+D2R(90)+phi;
-           if ((0 != linejoin) || (lineout > currentmiterlimit * linrad)) {
+           if ((0 != linejoin) || (lineout > currentmiterlimit * linerad)) {
                bevel = TRUE;
                lineout = linerad;
                direction = mymod(ldir-D2R(90),D2R(360));