Sample of a svg tree
This is a sample project that displays an svg image of a tree.
I've been experimenting with different ways of showing the leafs - either hiding them or changing their color to gray.
I found a tree vector with a free attribution license:
-
You can find the original document here: https://www.vecteezy.com/vector-art/145403-free-unique-tree-with-roots-vectors
-
The designer: Tree Leaves Vectors by Vecteezy
I modified the original document to give each leaf its own id. This way I can render it visible or invisible using css.
