From cdef6296212537ec0c3a12366cc9e7219e9a2e88 Mon Sep 17 00:00:00 2001 From: user <user@user-ThinkPad-X60.(none)> Date: Fri, 15 May 2015 00:54:42 -0400 Subject: [PATCH] remove the <rect> used to show the last bbox for svg --- pd/nw/pd_canvas.html | 1 - 1 file changed, 1 deletion(-) diff --git a/pd/nw/pd_canvas.html b/pd/nw/pd_canvas.html index 6b97a6b2a..4f739817e 100644 --- a/pd/nw/pd_canvas.html +++ b/pd/nw/pd_canvas.html @@ -12,7 +12,6 @@ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="patchsvg" height="1000" width="1000" class="noselect"> - <rect id="bbox_rect"></rect> </svg> <script> 'use strict'; -- GitLab