Skip to content

Commit 61e3df7

Browse files
committed
docstring update
1 parent 63bb5d9 commit 61e3df7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/shapes/attributes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ module.exports = templatedArray('shape', {
253253
'`middle center`, `middle right`, `bottom left`, `bottom center`,',
254254
'and `bottom right`.',
255255
'Supported values for lines are `start`, `middle`, and `end`.',
256+
'Default: `middle center` for rectangles, circles, and paths; `middle` for lines.',
256257
].join(' ')
257258
},
258259
textangle: {

src/components/shapes/draw_newshape/attributes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ module.exports = {
106106
'`middle center`, `middle right`, `bottom left`, `bottom center`,',
107107
'and `bottom right`.',
108108
'Supported values for lines are `start`, `middle`, and `end`.',
109+
'Default: `middle center` for rectangles, circles, and paths; `middle` for lines.',
109110
].join(' ')
110111
},
111112
textangle: {

0 commit comments

Comments
 (0)