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

Hook to node rendering #114

Closed
JordanValdma opened this issue Jun 22, 2013 · 1 comment
Closed

Hook to node rendering #114

JordanValdma opened this issue Jun 22, 2013 · 1 comment

Comments

@JordanValdma
Copy link

A hook callback function that can modify the canvas circle (node element). I have implemented changing circle to a pie, but not sure how to merge it decently to the framework.

@jacomyal
Copy link
Owner

In the new version, it is possible to add your own custom node renderer. You will find some more documentation here.

Also, here are some precisions:

  • If you want to customize node rendering, do not forget that you have to do it for each renderer (Canvas, WebGL, and more when more renderers will be implemented).
  • Every node renderers will not be systematically merged, since different people will always need different renderers.

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

No branches or pull requests

2 participants