D. Main Posted October 12, 2020 Share Posted October 12, 2020 Thoroughly frustrated and at a loss. Seeking help. Using Affinity Designer, I need to create over a hundred (approaching 200) diagram images for integrating into an Affinity Publisher document. The task is to trace an outline from an image, creating a vector object. Next, I need to fill that object with a standard-sized set of parallel blue lines, producing something that looks like this: In Serif DrawPlus 8 I could Arrange/Join/Intersect the object outline against a standard blue lined pattern to give a set of lines that fit within the original object outline. (see below..) Since you cannot do that in Designer, I tried creating one object with a standard bit mapped fill, then clipping the pattern to the outline object using the intersect function…. But, the resulting bitmapped fill is altered!!! It is nowhere near the original bitmapped spacing. It is impossible to manually insert bitmap fill and adjust each figure’s spacing – it takes too long. Designer also does not have bitmap swatches. Any suggestions on how to do this without an impossible investment of time in Affinity Designer? Many thanks to those more adept and patient that I, Dennis Quote Link to comment Share on other sites More sharing options...
firstdefence Posted October 12, 2020 Share Posted October 12, 2020 What are you exporting to… JPEG, PNG? In the example below, I created the lines using the pen tool, grouped them and made that group an asset so that I could use that asset repeatedly. I you know the maximum size these shapes will be you can create the lines to fill that maximum space. You can then nest the line asset in the shape, maintaining edibility. see image and file below. I exported the PNG with a background to show a difference but it can be exported without background if required. Lines example file.afdesign Lines.afassets Quote iMac 27" 2019 Sequoia 15.0 (24A335), iMac 27" Affinity Designer, Photo & Publisher V1 & V2, Adobe, Inkscape, Vectorstyler, Blender, C4D, Sketchup + more... XP-Pen Artist-22E, - iPad Pro 12.9 (Please refrain from licking the screen while using this forum) Affinity Help - Affinity Desktop Tutorials - Feedback - FAQ - most asked questions Link to comment Share on other sites More sharing options...
D. Main Posted October 12, 2020 Author Share Posted October 12, 2020 Ahhhhhhhhhhhhhh. Got it. I was using the entirely wrong approach. (Duh) Many thanks Master Jedi./bow Humble Dennis Quote Link to comment Share on other sites More sharing options...
firstdefence Posted October 12, 2020 Share Posted October 12, 2020 You’re welcome Dennis. Quote iMac 27" 2019 Sequoia 15.0 (24A335), iMac 27" Affinity Designer, Photo & Publisher V1 & V2, Adobe, Inkscape, Vectorstyler, Blender, C4D, Sketchup + more... XP-Pen Artist-22E, - iPad Pro 12.9 (Please refrain from licking the screen while using this forum) Affinity Help - Affinity Desktop Tutorials - Feedback - FAQ - most asked questions Link to comment Share on other sites More sharing options...
v_kyr Posted October 12, 2020 Share Posted October 12, 2020 Would be so easy with some vector pattern support, like "SVG pattern or SVG2 hatch" usually do offer, instead of boring grouping lines. <!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>SVG white/blue patterns via mask</title> </head> <body> <svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg"> <defs> <pattern id="stripes" viewBox="0,0,8,8" width="16" height="16" patternUnits="userSpaceOnUse"> <polygon points="0,0 4,0 0,4" fill="white"></polygon> <polygon points="0,8 8,0 8,4 4,8" fill="white"></polygon> <polygon points="0,4 0,8 8,0 4,0" fill="blue"></polygon> <polygon points="4,8 8,8 8,4" fill="blue"></polygon> </pattern> </defs> <rect fill="url(#stripes)" x="150" y="20" width="100" height="50" /> <circle cx="50" cy="50" r="50" fill="url(#stripes)"/> </svg> </body> </html> Quote ☛ Affinity Designer 1.10.8 ◆ Affinity Photo 1.10.8 ◆ Affinity Publisher 1.10.8 ◆ OSX El Capitan ☛ Affinity V2.3 apps ◆ MacOS Sonoma 14.2 ◆ iPad OS 17.2 Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.