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
The step 4.2.2 “Adjust positions: dx, dy” in the text chapter uses wrong variables. It says:
“Let shift.x = shift.x + resolve_x[i] and shift.y = shift.y + resolve_y[i].”
I think it should be
“Let shift.x = shift.x + resolve_dx[i] and shift.y = shift.y + resolve_dy[i].”
The text was updated successfully, but these errors were encountered:
x
startOffset
4.2.1 should probably be: Let shift be the cumulative x and y shifts due to ‘dx’ and ‘dy’ attributes, initialized to (0,0).
I will review this further.
Sorry, something went wrong.
You are right. Also, the one below it should be:
Text Layout Algorithm: Fix incorrect attribute/variable names in "Adj…
80294dd
…ust positions: dx, dy" Fixes w3c#271
svgeesus
Successfully merging a pull request may close this issue.
The step 4.2.2 “Adjust positions: dx, dy” in the text chapter uses wrong variables. It says:
“Let shift.x = shift.x + resolve_x[i] and shift.y = shift.y + resolve_y[i].”
I think it should be
“Let shift.x = shift.x + resolve_dx[i] and shift.y = shift.y + resolve_dy[i].”
The text was updated successfully, but these errors were encountered: