We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81ec65 commit c685e71Copy full SHA for c685e71
src/traces/image/attributes.js
@@ -21,7 +21,7 @@ module.exports = extendFlat({
21
editType: 'calc',
22
description: [
23
'Specifies the data URI of the image to be visualized.',
24
- 'The URI consists of "data:image/[<media subtype>][;base64],<data>"'
+ 'The URI consists of "data:image/[<media subtype\\\\>][;base64\\\\],<data\\\\>"'
25
].join(' ')
26
},
27
z: {
0 commit comments