-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
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
ctx.createPattern(img, 'repeat'); doesn't work #61
Comments
Note, this seems important to get this working |
Another workaround - this allows an SVG 'd' tag to be sent directly. Not very elegant but produces SVGs with nice filling!
|
Sorry, I seem to be wrong about PNGs not repeating. Proof:
|
so the nice simple fix is just to add |
See attached SVG (zipped) - SVG patterns don't repeat when the pattern is a PNG so the following doesn't work:
Possible workarounds:
noTilingWithPng.zip
The text was updated successfully, but these errors were encountered: