These fractal trees were created in Python using scalable vector graphics. I implemented a recursive algorithm for binary fractal trees based on this approach, rendering with SVG library pySVG. I also added some randomness and color interpolation to create the various effects below. Most of the trees involve randomness in branch length and angle, some are restricted to grow more to one side, etc. See the code on github.