17 lines
180 B
CSS
17 lines
180 B
CSS
![]() |
node {
|
||
|
size: 64px;
|
||
|
fill-mode: image-scaled;
|
||
|
fill-image: url('resources/images/r1.png');
|
||
|
|
||
|
}
|
||
|
|
||
|
edge {
|
||
|
text-size: 20;
|
||
|
size:2;
|
||
|
text-offset:25,25;
|
||
|
}
|
||
|
|
||
|
graph {
|
||
|
padding: 50;
|
||
|
|
||
|
}
|