Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Illustrator gradients to SVGs without the issues or rasterizing...

New Here ,
Aug 22, 2022 Aug 22, 2022

Is there a way to export gradients from Illustrator as SVGs without all the usual issues and not rasterizing them either? Thanks

TOPICS
Bug
186
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Aug 22, 2022 Aug 22, 2022
LATEST

I don't know what 'the usual issues' are. This is what I get when outputting a linear gradient with three stops from Illustrator to SVG:

 

<linearGradient id="linear-gradient" x1="139.71" y1="233.55" x2="478.6" y2="233.55" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="red"/>
<stop offset=".63" stop-color="#fcee21"/>
<stop offset=".95" stop-color="#f0f"/>
</linearGradient>

 

Doesn't seem to be rasterised.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines