We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because only End Points have actual ArrowHeadTypes, in future GPML: move arrowHead property from Point to Interaction/GraphicalLine.
Now:
<Interaction "> <WayPoints> <Point x="640.0" y="191.0" arrowHead="Directed"/> <Point x="700.0" y="200.0" arrowHead="Undirected"/> <Point x="831.0" y="384.0" arrowHead ="Directed"/> ...
Want:
<Interaction startArrowHead="Directed" endArrowHead="Directed"> <WayPoints> <Point x="640.0" y="191.0" /> <Point x="700.0" y="200.0"/> <Point x="831.0" y="384.0"/> ...
The text was updated successfully, but these errors were encountered:
mkutmon
Finterly
No branches or pull requests
Because only End Points have actual ArrowHeadTypes, in future GPML: move arrowHead property from Point to Interaction/GraphicalLine.
Now:
Want:
The text was updated successfully, but these errors were encountered: