/**
@prefix : .
<> a ;
:title "焼きたて!!ジャぱん ゲーム1号 頂上決戦!! パンタジック・グランプリ!での1・2・3ジャー使用時のルーレット"@ja;
:dependencies "焼きたて!!ジャぱん ゲーム1号 頂上決戦!! パンタジック・グランプリ!での1・2・3ジャー使用時のルーレットをDOT言語で記述した文書です。"@ja;
:created "2016-07-09"^^:W3CDTF;
:modified "2016-07-21"^^:W3CDTF;
:identifier "urn:uuid:7b4903f7-9685-4fcf-aed9-1415d98d57e6"^^:URI;
:license ;
:creator ;
:conformsTo ; .
*/
graph yakitatejapanGame1RouletteOfTrick123 {
graph [
layout = "circo",
normalize = 342,
scale = 0.4,
splines = "none"
];
node [
color = "#F07810",
fillcolor = "#101010",
fixedsize = true,
fontcolor = "#805818",
fontname = "Sanidana",
fontsize = 24,
margin = 0,
penwidth = 1.5,
shape = "circle",
style = "filled",
width = 0.5
];
star [
fillcolor = "#E60012:#EB6100:#F39800:#FCC800:#FFF100:#CFDB00:#8FC31F:#22AC38:#009944:#009B6B:#009E96:#00A0C1:#00A0E9:#0086D1:#0068B7:#00479D:#1D2088:#601986:#920783:#BE0081:#E4007F:#E5006A:#E5004F:#E60033",
fontcolor = "#FFFFFF",
label = "★",
style = "wedged",
width = 0.3125
];
one1, one2, one3 [label = "1"];
tow1, tow2, tow3 [label = "2"];
three1, three2, three3 [label = "3"];
/*[
fillcolor = "#F89010",
fontcolor = "#F8F8F8"
];*/
star -- one1 -- three1 -- three2 -- one2 -- tow1 -- three3 -- one3 -- tow2 -- tow3 -- star;
}