Share Posted March 29, 2019 Another quick SVG tip — break images in the <pattern> element. Drop an image (or images) into the <pattern> element and use that to fill any group of paths or primitive shapes. This allows you to break that image into any number of pieces you like. I used 64 pieces in this jigsaw puzzle example so it pushes the browser a bit, but shows what's possible. See the Pen PLMmQe by PointC (@PointC) on CodePen You can drop anything into that <pattern> element and make this work. It could be images, primitive shapes or even dynamic SVG text. I wrote about text in a <pattern> here: Happy tweening. 2 Link to comment Share on other sites More sharing options...
Share Posted March 29, 2019 Nice work, @PointC! Thanks for sharing the tip. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now