From 988ffedfb99a524b9f1d4b136ec89fa228b53d84 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Mon, 25 Jan 2016 21:00:05 -0500 Subject: [PATCH] revise more blue language --- pd/src/g_template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pd/src/g_template.c b/pd/src/g_template.c index 942b172e1..983c71296 100644 --- a/pd/src/g_template.c +++ b/pd/src/g_template.c @@ -3380,8 +3380,8 @@ static void draw_getrect(t_gobj *z, t_glist *glist, svg_groupmtx(sa, template, data, mtx1); if (sa->x_type == gensym("path")) { - /* this could get damned expensive with complex paths - which is why there's a caching mechanism */ + /* this could get very expensive with complex paths-- + that is why there's a caching mechanism */ svg_getpathrect(sa, glist, data, template, basex, basey, &x1, &y1, &x2, &y2); } -- GitLab