-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
o-arc: render a svg shape #31
Labels
Comments
something like this
|
If your are curious about this development check out dev branch and see js/orbit-arc.js |
Such as current version. |
Next version change css custom properties (a.k.a CSS vars):
And it's possible to change any of this values on hover defining new values on |
Ending shapes
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try rendering a shape that uses a path composed of arc + line + arc + line, rather than a single arc. The benefits of this approach include:
However, this method is harder to achieve programmatically. Adding custom arc endings like arrow or circle shape are harder as well. But if achieved those shapes can be used in any browser.
The text was updated successfully, but these errors were encountered: