Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CP-23557: GraphvizColor properties #139

Open
fubar-coder opened this issue Jun 11, 2018 · 2 comments
Open

CP-23557: GraphvizColor properties #139

fubar-coder opened this issue Jun 11, 2018 · 2 comments

Comments

@fubar-coder
Copy link
Contributor

From unknown CodePlex user on Tuesday, 30 October 2012 09:44:43

the GraphvizColor class properties return the worng variable

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 } }

instead of:

public byte A { get { return this.a } }
public byte R { get { return this.r } }
public byte G { get { return this.g } }
public byte B { get { return this.b } }

@fubar-coder
Copy link
Contributor Author

Form unknown CodePlex user on Tuesday, 04 December 2012 14:15:52

I have uploaded a patch for this.

@fubar-coder
Copy link
Contributor Author

Form unknown CodePlex user on Thursday, 09 May 2013 11:30:51

Could someone be so kind to provide me with an updated QuickGraph.Graphviz.dll file?

I tried building it myself, to no avail.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant