legendgw Posted June 9, 2024 Posted June 9, 2024 The program just crashes when I tried placing this SVG file or opening it directly with AD. I tried adobe AI, canva, figma, etc. all fine, no problems found. SVG files linked below. ccchaos (2).svg Quote
Hangman Posted June 9, 2024 Posted June 9, 2024 Hi @legendgw and welcome to the forums, I get a 'Your system has run out of application memory' error despite having it set at 36 GB... Quote Affinity Designer 2.6.3 | Affinity Photo 2.6.3 | Affinity Publisher 2.6.3 MacBook Pro M3 Max, 36 GB Unified Memory, macOS Sonoma 14.6.1, Magic Mouse HP ENVY x360, 8 GB RAM, AMD Ryzen 5 2500U, Windows 10 Home, Logitech Mouse
Staff NathanC Posted June 9, 2024 Staff Posted June 9, 2024 Welcome to the forums @legendgw, I'm also observing this issue on import along with the significant RAM usage spike, I've logged your file with the developers. Quote
David in Яuislip Posted June 9, 2024 Posted June 9, 2024 With a text editor change this <!--<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="ccchaos-grad"><stop stop-color="hsl(206, 75%, 49%)" stop-opacity="1" offset="0%"></stop><stop stop-color="hsl(331, 90%, 56%)" stop-opacity="1" offset="100%"></stop></linearGradient>--> to this <linearGradient x1="0.5" y1="0" x2="0.5" y2="1" id="ccchaos-grad"> <stop style="stop-color:#1f89db;stop-opacity:1" offset="0"/> <stop style="stop-color:#f42a8b;stop-opacity:1" offset="1"/> </linearGradient> Modify the first line of the group thus <g style="fill:none;stroke:url(#ccchaos-grad);stroke-width:2px;stroke-linecap:round"> and delete all of the stroke-dasharray="0 0" entries or save the effort and convert to pdf. It looks the same but all of the curves are grouped and the opacity is on the group not the curves so if you ungroup all then the opacities are lost Hangman 1 Quote Microsoft Windows 11 Home, Intel i7-1360P 2.20 GHz, 32 GB RAM, 1TB SSD, Intel Iris Xe Affinity Photo - 24/05/20, Affinity Publisher - 06/12/20, KTM Superduke - 27/09/10
Hangman Posted June 9, 2024 Posted June 9, 2024 The issue appears to be the stroke-dash array... stroke-dasharray="0 0" The Affinity apps appear to be unable to interpret stroke-dash array values that include a stroke and a gap. As soon as this is set to any stroke-only value or the stroke-dash array is removed completely then the file will open, e.g., stroke-dasharray="1" You need to adjust the gradient code slightly as well... <defs> <linearGradient x1="0.5" y1="0" x2="0.5" y2="1" id="ccchaos-grad"> <stop style="stop-color:#3b9ae3; stop-opacity:1" offset="0"/> <stop style="stop-color:#f42a8b; stop-opacity:1" offset="1"/> </linearGradient> </defs> Amended File ccchaos.svg Quote Affinity Designer 2.6.3 | Affinity Photo 2.6.3 | Affinity Publisher 2.6.3 MacBook Pro M3 Max, 36 GB Unified Memory, macOS Sonoma 14.6.1, Magic Mouse HP ENVY x360, 8 GB RAM, AMD Ryzen 5 2500U, Windows 10 Home, Logitech Mouse
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.