You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From unknown CodePlex user on Tuesday, 27 December 2016 01:12:09
There is an issue with GraphvizColor. The ARGB values are not rendered correctly due to the bug in the following code.
public byte A { get { return this.a; } }
public byte R { get { return this.a; } }
public byte G { get { return this.a; } }
public byte B { get { return this.a; } }
All the ARGB always returns the this.a.
The text was updated successfully, but these errors were encountered:
From unknown CodePlex user on Tuesday, 27 December 2016 01:12:09
There is an issue with GraphvizColor. The ARGB values are not rendered correctly due to the bug in the following code.
All the ARGB always returns the this.a.
The text was updated successfully, but these errors were encountered: