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
Now the lines are colorized but there are still some things to be done to support full color on graphs, this issue aims to track all the related TODOs:
Colourize nodes: user defined
Colourize nodes that has been traced (like in the webui)
Many will undoubtfully notice that the colors are quite slow, this is due to the terribad algorithms I used to search and sort. If anyone is interested in making them faster, the offending functions are attr_at() and sort_attrs() in libr/cons/canvas.c, those two functions account for 90% of time spent when rendering.
Now the lines are colorized but there are still some things to be done to support full color on graphs, this issue aims to track all the related TODOs:
sort_attrs()
andattr_at()
The text was updated successfully, but these errors were encountered: