diff options
Diffstat (limited to 'comment.go')
-rw-r--r-- | comment.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ func (f *File) addDrawingVML(commentID int, drawingVML, cell string, lineCount, }, VPath: &vPath{ Gradientshapeok: "t", - Connecttype: "miter", + Connecttype: "rect", }, }, } |