Our current workflow, when we have new logos or vectors, dev will run a script to scrape the new assets.
Issue:
Vectors’s that contain pure white #FFFFFF do not render properly in the scraped SVG. The white vector shapes simply do not appear. We are getting around this issue by changing all #FFFFFF values to #FFFFFE.
Is there a solution for this?