Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 884e7bf

Browse files
committed
Added transparent, currentColor
1 parent c2f534b commit 884e7bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/extensions/default/SVGCodeHints

src/extensions/default/SVGCodeHints/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ define(function (require, exports, module) {
211211

212212
if (attributeData[tagInfo.attrName].type === "color") {
213213
options = ColorUtils.COLOR_NAMES;
214+
options = options.concat(["currentColor", "transparent"]);
214215
}
215216
}
216217

0 commit comments

Comments
 (0)