Skip to content

CachedaCodes/advanced-svg-export-X

 
 

Repository files navigation

Advanced SVG Export X.

Figma plugin to export SVG in XDS format.

Install to Figma

This fork adds a new option for SVG generation that process the SVG so it meets the needs for the XDS. This processes are:

  • Remove width and height from the root svg tag
  • Remove fill="none" from the root svg tag
  • Explicitly set the fill of the shapes o none if they don't have any
  • Remove the colors that make the icon's background (white)
  • Replace the color of the icon with customColor to use with CSS

Forked from Advanced SVG Export

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.8%
  • CSS 10.1%
  • HTML 0.1%