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

Color wires based on data type #14

Open
JacobErnst98 opened this issue Jun 21, 2016 · 1 comment
Open

Color wires based on data type #14

JacobErnst98 opened this issue Jun 21, 2016 · 1 comment

Comments

@JacobErnst98
Copy link

I know data type is not strict for work around reason such as arrhythmic/add can be used to add strings but for separating list and string values this would be nice.

@Grissess
Copy link
Owner

The wire color will likely match the output color, which is challenging if only because the wire is "owned" by the input pin, not the output pin. For efficiency's sake, the wire can be changed to be owned by the output pin, which matches the underlying graph library's interpretation and means the path can be stroked all in one color; otherwise, multiple path strokes with different colors might need to occur.

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

2 participants