Skip to content

Commit a7ae648

Browse files
nymphlygrasshoppergn
authored andcommitted
DVF-2713 FF gradients fix
1 parent aa74fd8 commit a7ae648

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/deps.js

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/IdGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ acgraph.utils.IdGenerator.prototype.nextId_ = 0;
6565
* @type {string}
6666
* @private
6767
*/
68-
acgraph.utils.IdGenerator.prototype.prefix_ = '#ac';
68+
acgraph.utils.IdGenerator.prototype.prefix_ = 'ac';
6969

7070

7171
/**

0 commit comments

Comments
 (0)