File:Directed graph with branching SVG.svg

Summary

Description
English: This is a vector version of the image Directed graph with branching.jpg by User:Milgesch
.
Date
Source Own work
Author Limaner
SVG development
InfoField
Source code
InfoField

DOT Source code

digraph {
	nodesep=.6
	ranksep=.3
	graph [splines=line,bgcolor=transparent]
	edge [penwidth=.75,arrowsize=.75]
	node [shape=circle,style=filled,fillcolor="#ffffff",fontname="Source Code Pro,Ubuntu Mono,DejaVu Sans Mono,monospace",penwidth=1.5,width=0.5,margin=0,fontsize=18]

	1 -> {2 3} -> 4
}

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#Directed%20graph%20with%20branching%20SVG.svg
Category:Self-published work Category:Directed acyclic graphs Category:SVG directed graphs
Category:CC-BY-SA-4.0 Category:Directed acyclic graphs Category:SVG directed graphs Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Graphviz code