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
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:
The ability to use stroke and fill colors
A solution to gap inconsistencies
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:
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: