diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2016-06-01 05:09:05 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2016-06-01 05:09:05 -0400 |
| commit | d77bcec46af3b1e08ec1bf26899bef8dae46a528 (patch) | |
| tree | b9ea3503e39daab3e0c70273301b5d07ab0cd2df /python/examples/export-svg.py | |
| parent | 16a07a7b7a5fe7acf172c8f5eedd5d9898645e22 (diff) | |
missed a few colors
Diffstat (limited to 'python/examples/export-svg.py')
| -rwxr-xr-x | python/examples/export-svg.py | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/python/examples/export-svg.py b/python/examples/export-svg.py index ad3a3dd7..5826a546 100755 --- a/python/examples/export-svg.py +++ b/python/examples/export-svg.py @@ -76,24 +76,27 @@ def render_svg(function): .CodeSymbolToken {{ fill: rgb(128, 198, 223); }} - .TextToken {{ + .DataSymbolToken {{ + fill: rgb(142, 230, 237); + }} + .TextToken, .InstructionToken, .BeginMemoryOperandToken, .EndMemoryOperandToken {{ fill: rgb(224, 224, 224); }} - .PossibleAddressToken {{ + .PossibleAddressToken, .IntegerToken {{ fill: rgb(162, 217, 175); }} .RegisterToken {{ fill: rgb(237, 223, 179); }} - .InstructionToken {{ - fill: rgb(224, 224, 224); - }} .AnnotationToken {{ fill: rgb(218, 196, 209); }} .ImportToken {{ fill: rgb(237, 189, 129); }} + .StackVariableToken {{ + fill: rgb(193, 220, 199); + }} ]]></style> <marker id="arrow-TrueBranch" class="arrow TrueBranch" viewBox="0 0 10 10" refX="10" refY="5" markerUnits="strokeWidth" markerWidth="4" markerHeight="3" orient="auto"> <path d="M 0 0 L 10 5 L 0 10 z" /> |
