Sha256: 2bb8c2dd3080667a8ce054bca64122d51f831e68a8981ffcf9778b6e701c29d3

Contents?: true

Size: 935 Bytes

Versions: 20

Compression:

Stored size: 935 Bytes

Contents

digraph {
	compound=true
	fontname="Inconsolata, Consolas"
	fontsize=10
	margin="0,0"
	ranksep=0.2
	penwidth=0.5

	node [fontname="Inconsolata, Consolas", fontsize=10, penwidth=0.5]
	edge [fontname="Inconsolata, Consolas", fontsize=10, arrowhead=normal]

	subgraph cluster1 {
		margin="10,10"
		labeljust="left"
		label = "Before"
		style=filled
		fillcolor=gray95

		node [shape=Mrecord, style=filled, colorscheme=spectral7]

		{
			rank = same
			b1 [label="{b:number|456}", fillcolor=6]
			a1 [label="{a:number|123}", fillcolor=6]
		}

		a1 -> b1 [style="dashed", label="Move", dir=back]
	}

	subgraph cluster2 {
		margin="10,10"
		labeljust="left"
		label = "After"
		style=filled
		fillcolor=gray95

		node [shape=Mrecord, style=filled, colorscheme=spectral7]

		{
			rank = same
			b2 [label="{b:null|}", fillcolor=1]
			a2 [label="{a:number|456}", fillcolor=6]
		}
		a2 -> b2 [style=invis, dir=back]
	}
	b1 -> b2 [style=invis]
}

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
rj_schema-1.0.5 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-1.0.4 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-1.0.3 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-1.0.2 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-1.0.1 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-1.0.0 ext/rj_schema/rapidjson/doc/diagram/move1.dot
simdjson-0.3.0 vendor/simdjson/dependencies/rapidjson/doc/diagram/move1.dot
rj_schema-0.2.6 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-0.2.5 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-0.2.3 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-0.2.2 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-0.2.1 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-0.2.0 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-0.1.4 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-0.1.3 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-0.1.2 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-0.1.1 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-0.1.0 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-0.0.2 ext/rj_schema/rapidjson/doc/diagram/move1.dot
rj_schema-0.0.1 ext/rj_schema/rapidjson/doc/diagram/move1.dot