Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c736f7

Browse files
committed
Update description of attribute source in image traces
1 parent 74574b6 commit 8c736f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/image/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = extendFlat({
2929
editType: 'calc',
3030
description: [
3131
'Specifies the data URI of the image to be visualized.',
32-
'The URI consists of "data:[<media type>][;base64],<data>"'
32+
'The URI consists of "data:image/[<media subtype>][;base64],<data>"'
3333
].join(' ')
3434
},
3535
z: {

0 commit comments

Comments
 (0)