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
Hi,
For some path, makeRoundCap is not correct : this one : <path d="M700 400 L900 550" fill="none" stroke="#1405aa"></path>
<path d="M700 400 L900 550" fill="none" stroke="#1405aa"></path>
Demo : https://codepen.io/benoitwimart/pen/abgMGMa
Any idea why ?
The text was updated successfully, but these errors were encountered:
It's look better with :
function preparePath(path, offset) { var source = path.clone({ insert: false }); source.reduce({}); if (!path.clockwise) { //source.reverse(); //offset = -offset; } return [source, offset]; }
Sorry, something went wrong.
No branches or pull requests
Hi,
For some path, makeRoundCap is not correct :
this one :
<path d="M700 400 L900 550" fill="none" stroke="#1405aa"></path>
Demo :
https://codepen.io/benoitwimart/pen/abgMGMa
Any idea why ?
The text was updated successfully, but these errors were encountered: