Skip to content

Instantly share code, notes, and snippets.

View martylouis's full-sized avatar
🤓

Marty Thierry martylouis

🤓
View GitHub Profile
@martylouis
martylouis / svg-css.txt
Last active December 30, 2015 01:59
CSS properties for SVG
## FILL ##
fill Sets fill color of the shape.
fill-opacity Sets fill opacity of the shape.
fill-rule Sets fill rule of the shape.
** example **
fill: #ccc;
fill: rgba(0,0,0,.5);
fill: red;