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 there,
It looks like the LinkHorizontalStep is actually vertical. It turns out that it my project the LinkHorizontalLine is working well.
LinkHorizontalStep
LinkHorizontalLine
My guess is that the LinkHorizontalStep is missing a similar code from the LinkHorizontalLine:
x = getY, // note this returns a y value y = getX, // note this returns a x value
Which is, in LinkHorizontalStep:
x = getX, y = getY,
Cheers, Florent
The text was updated successfully, but these errors were encountered:
@fdevillard thanks for reporting this! have a fix out in #847.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi there,
It looks like the
LinkHorizontalStep
is actually vertical. It turns out that it my project theLinkHorizontalLine
is working well.My guess is that the
LinkHorizontalStep
is missing a similar code from theLinkHorizontalLine
:Which is, in
LinkHorizontalStep
:Cheers,
Florent
The text was updated successfully, but these errors were encountered: