vendredi 25 septembre 2015

How to fill svg with a random color?

I am using this code but I'd like my fill and stroke color lo be selected randomly from an array. This is my css:

 <style>          
      #svg.clickit .logo {
          fill: #002100;
          stroke: #002100;
          transition: 1s;
      }
  </style> 




Aucun commentaire:

Enregistrer un commentaire