colorjs / get-svg-colors

Extract stroke and fill colors from SVG files
https://npm.im/get-svg-colors
40 stars 16 forks source link

Not detecting rgb or string color values #81

Open OfficialCRUGG opened 2 years ago

OfficialCRUGG commented 2 years ago

This library detects fill: #ffffff; perfectly fine. However, fill: rgb(255,255,255); and fill: white; (which are exactly the two things some software such as Affinity Designer produces) do not work with this Library and are not detected.