Jump to content
You must now use your email address to sign in [click for more info] ×

How to Export Noise Color same as Document


Recommended Posts

Hi, SHAWNM,

 

By definition, Scalable Vector Graphics have no resolution. They are rendered at whatever resolution the output/display device can handle. They are rasterized when rendered at best quality for output or display.

 

BTW, your message s˙ould have been posted to the questions forum section, not tutorials.

iMac 27" Retina, c. 2015: OS X 10.11.5: 3.3 GHz I c-5: 32 Gb,  AMD Radeon R9 M290 2048 Mb

iPad 12.9" Retina, iOS 10, 512 Gb, Apple pencil

Huion WH1409 tablet

Link to comment
Share on other sites

Yeah, it seems the noise is applied at one level or resolution. If you zoom in on the document in designer it redraws the noise, where the expected behaviour would be that the noise gets bigger as well... but I guess that's the way it's designed or has to work. Sometimes when you export out at a larger print res you sort of lose the noise effect as it's too high of a resolution...

Link to comment
Share on other sites

When looking into the SVG code it seems you were going to make this an icon, since it's viewbox size is (0 0 24 24) there. The SVG exported by Affinity has the width="100%" height="100%" set ...

<svg width="100%" height="100%" viewBox="0 0 24 24" ... >

... which you might not want here if it should show up in a browser etc. usually in it's icon size (?). - So I suggest you would like to have it instead in icon size like this here ...

<svg width="24" height="24" viewBox="0 0 24 24" ... >

... thus you might want to open the SVG inside an editor and alter those prozentual width/height settings to maybe desired integer pixel values instead and remove the percentage signs. See here the code and output size!

☛ 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

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.