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
FreeTransform handles doesn't transform to target object with a transformString. To reproduce this issue, add a transfrom to object.
var rect = snap.paper.rect(100,100, 400, 200).attr('fill','green').attr('transform', 'R45S2,1.5T400,400')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FreeTransform handles doesn't transform to target object with a transformString. To reproduce this issue, add a transfrom to object.
var rect = snap.paper.rect(100,100, 400, 200).attr('fill','green').attr('transform', 'R45S2,1.5T400,400')
The text was updated successfully, but these errors were encountered: