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
Just a minor change in the code for the multiple rects example causes problems with rendering:
for(var i = 0; i<19; i++){ sketchy.rectFill({ x:25, y:110 * i, width:200, height:100, svg: svg, density:1, angle:i*10, sketch: 0.5 }); }
Here's a block if that helps:
http://bl.ocks.org/emeeks/703bb8f302443dbbd7e7
The text was updated successfully, but these errors were encountered:
Notice it's not just the pattern rendering, but also the offset of the paths. It looks like the offset may be calculated twice.
Sorry, something went wrong.
No branches or pull requests
Just a minor change in the code for the multiple rects example causes problems with rendering:
Here's a block if that helps:
http://bl.ocks.org/emeeks/703bb8f302443dbbd7e7
The text was updated successfully, but these errors were encountered: