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

alinnert

Members
  • Posts

    1
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://linnertmedia.de

Profile Information

  • Gender
    Male
  1. I'm using Affinity Designer to create SVG icons for a website. And I'm using PostCSS and the plugin "postcss-inline-svg" to use those SVG files and apply CSS to them. The problem is, that Affinity applies background colors like this: <path d="..." style="fill: #123456;"/> The style attribute has the highest priority in CSS though. That means I can't apply extra CSS rules to it. If I remove the style attribute or replace it with this: <path d="..." fill="#123456"/> ...it works fine. Can you add an option to use `fill="#123456"` instead of `style="fill: #123456;"` when exporting SVG? That'd be great. Currently I have to do it manually. Thank you.
×
×
  • 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.