diff --git a/draftlogs/6232_change.md b/draftlogs/6232_change.md new file mode 100644 index 00000000000..17a96c7cedb --- /dev/null +++ b/draftlogs/6232_change.md @@ -0,0 +1 @@ + - Display Plotly's new logo in the modebar [[#6232](https://github.com/plotly/plotly.js/pull/6232)] diff --git a/src/fonts/ploticon.js b/src/fonts/ploticon.js index 7c368c69d42..90d44457266 100644 --- a/src/fonts/ploticon.js +++ b/src/fonts/ploticon.js @@ -165,6 +165,33 @@ module.exports = { }, 'newplotlylogo': { 'name': 'newplotlylogo', - 'svg': 'plotly-logomark' + 'svg': [ + '', + '', + ' ', + '', + ' plotly-logomark', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + ' ', + '' + ].join('') } };