File:ReqUseExampleGraph.svg

From Gentoo Wiki
Jump to:navigation Jump to:search

Original file(SVG file, nominally 351 × 273 pixels, file size: 5 KB)

Summary

Example rendering of REQUIRED_USE graph.

Source:

digraph {
	"a(1)" [color="red", fontcolor="red"];
	"b(2)" -> "c(3)" [label="1"];
	"c(3)" -> "d(4)" [label="2"];
	"d(4)" [color="red", fontcolor="red"];
	"c(3)" -> "!b(5)" [label="3"];
	"!b(5)" [color="red", fontcolor="red"];
	"b(2)" -> "d(6)" [label="4"];
	"d(6)" -> "e(7)" [label="5"];
	"e(7)" [color="red", fontcolor="red"];
	"b(8)" -> "f(9)" [label="6"];
	"f(9)" [color="red", fontcolor="red"];
}

Licensing

IconLicense.png
This asset is released into the public domain.

This file has been released into the public domain by the copyright holder, its copyright has expired, or it is ineligible for copyright. This applies worldwide.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current20:12, 27 June 2017Thumbnail for version as of 20:12, 27 June 2017351 × 273 (5 KB)MGorny (talk | contribs)replace with a more complex case
17:43, 20 June 2017Thumbnail for version as of 17:43, 20 June 2017348 × 273 (5 KB)MGorny (talk | contribs)Example rendering of REQUIRED_USE graph. Source: <pre> digraph { "a(1)" [color="red", fontcolor="red"]; "b(2)" -> "c(3)" [label="1"]; "c(3)" -> "d(4)" [label="2"]; "d(4)" [color="red", fontcolor="red"]; "c(3)" -> "e(5)" [label="3"]; "e(5)" [colo...

There are no pages that use this file.