From 9c7f4543f4b5de2c7fcd932d7a3ddc57fbbce945 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sun, 26 Jul 2015 16:51:00 -0400
Subject: [PATCH] Added style to handle [cnv] border discrepancy

---
 pd/nw/css/default.css | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css
index 2ac9163c8..ae893c798 100644
--- a/pd/nw/css/default.css
+++ b/pd/nw/css/default.css
@@ -147,7 +147,12 @@ text {
     stroke: #ccc;
 }
 
-.iemgui .border {
+/* A little hack for special canvas of [cnv].
+   All other iemguis have a black border, but
+   [cnv] sets its selection rectangle to the
+   user-supplied fill color when the object
+   isn't selected */
+.iemgui .border:not(.mycanvas_border) {
     stroke: black;
 }
 
-- 
GitLab