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 09f58fb commit 7d7395fCopy full SHA for 7d7395f
src/model/Edge.ts
@@ -90,7 +90,7 @@ export class Edge extends BaseElement {
90
jsStringProperties.push(`backgroundColor: '${this.convertColorValue(this.categoryRef.background)}', backgroundOpacity: 1`);
91
}
92
else {
93
- jsStringProperties.push(`backgroundColor: '', backgroundOpacity: 0`);
+ jsStringProperties.push(`backgroundColor: 'rgba(0, 0, 0, 0)', backgroundOpacity: 0`);
94
95
96
if (this.categoryRef !== undefined && this.categoryRef.stroke !== undefined) {
0 commit comments