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
for example if the arrow weight is 10, this is the arrow head:
<marker class="swoopyArrow__marker" id="swoopyarrow__arrowhead4" markerWidth="30" markerHeight="30" viewBox="-10 -10 20 20" orient="auto" refX="0" refY="0" fill="none" stroke="#333" stroke-width="10" opacity="0.5"><polyline stroke-linejoin="bevel" fill="none" stroke="#333" points="-6.75,-6.75 0,0 -6.75,6.75"></polyline></marker>
which makes it really big and the individual strokes are barely distinguishable and all that can be seen is a big blob.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
for example if the arrow weight is 10, this is the arrow head:
<marker class="swoopyArrow__marker" id="swoopyarrow__arrowhead4" markerWidth="30" markerHeight="30" viewBox="-10 -10 20 20" orient="auto" refX="0" refY="0" fill="none" stroke="#333" stroke-width="10" opacity="0.5"><polyline stroke-linejoin="bevel" fill="none" stroke="#333" points="-6.75,-6.75 0,0 -6.75,6.75"></polyline></marker>
which makes it really big and the individual strokes are barely distinguishable and all that can be seen is a big blob.
The text was updated successfully, but these errors were encountered: