ashf Posted November 30, 2023 Posted November 30, 2023 Affinity does not recognize bitmap fill pattern in SVG created by other apps. Tested with Illustrator, Inkscape, Figma & Lunacy. Quote
Staff DWright Posted November 30, 2023 Staff Posted November 30, 2023 Is it possible for you to post an example of a SVG with the bitmap fill Quote
ashf Posted November 30, 2023 Author Posted November 30, 2023 Here you are. figma.svg inkscape.svg lunacy.svg ai.svg Quote
v_kyr Posted December 1, 2023 Posted December 1, 2023 The Affinity SVG parser probably doesn't know how to interpret the SVG <pattern> element and thus omits it. https://developer.mozilla.org/en-US/docs/Web/SVG/Element/pattern <svg viewBox="0 0 230 100" xmlns="http://www.w3.org/2000/svg"> <defs> <pattern id="star" viewBox="0,0,10,10" width="10%" height="10%"> <polygon points="0,0 2,5 0,10 5,8 10,10 8,5 10,0 5,2" /> </pattern> </defs> <circle cx="50" cy="50" r="50" fill="url(#star)" /> <circle cx="180" cy="50" r="40" fill="none" stroke-width="20" stroke="url(#star)" /> </svg> 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
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.