From ee35497935cac81b951d3a7b4f9dc3902c70e37c Mon Sep 17 00:00:00 2001
From: xuancanh <xuancanh.1994@gmail.com>
Date: Wed, 22 Jul 2020 20:20:00 +0800
Subject: Fix #673 comment shape compatibility issue with the recent Excel
 versions

* Fix comment shape compatibility issue

* Using Go modules with Travis CI

* Update .travis.yml

Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com>
Co-authored-by: xuri <xuri.me@gmail.com>
---
 comment.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'comment.go')

diff --git a/comment.go b/comment.go
index 8414b40..6010891 100644
--- a/comment.go
+++ b/comment.go
@@ -164,7 +164,7 @@ func (f *File) addDrawingVML(commentID int, drawingVML, cell string, lineCount,
 				},
 				VPath: &vPath{
 					Gradientshapeok: "t",
-					Connecttype:     "miter",
+					Connecttype:     "rect",
 				},
 			},
 		}
-- 
cgit v1.2.1