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 e525d83 commit 5ef17d0Copy full SHA for 5ef17d0
lib/node_modules/@stdlib/plot/components/svg/clip-path/lib/main.js
@@ -96,7 +96,7 @@ function ClipPath( options ) {
96
'configurable': false,
97
'enumerable': false,
98
'writable': true,
99
- 'value': opts.id || minstd().toString() // NOTE: consider using uuid
+ 'value': opts.id || minstd().toString() // TODO: uuid
100
});
101
defineProperty( this, '_autoRender', {
102
0 commit comments