Jump to content

Recommended Posts

Posted

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...

image.png.acf00a3d3cdc750b433bcc1426f6e4ae.png

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

Posted

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

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

Posted

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

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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.