diff options
| author | Xusheng <xusheng@vector35.com> | 2020-08-24 21:46:36 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2020-09-15 09:29:54 +0800 |
| commit | 75d05ea710f80a0ca2fdc53b638952a7a97e7ad8 (patch) | |
| tree | f8fe2205178cd7942a1e6d45c79dda9d748b526f /python/examples/export_svg.py | |
| parent | 33e31719d37deed58cfe709bf475b80fece8c34a (diff) | |
display as in linear view
Diffstat (limited to 'python/examples/export_svg.py')
| -rwxr-xr-x | python/examples/export_svg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/export_svg.py b/python/examples/export_svg.py index ab0fe4af..c96873e1 100755 --- a/python/examples/export_svg.py +++ b/python/examples/export_svg.py @@ -192,7 +192,7 @@ def render_svg(function, offset, mode, form, showOpcodes, showAddresses, orignam .AnnotationToken { fill: rgb(218, 196, 209); } - .IndirectImportToken, .ImportToken { + .IndirectImportToken, .ImportToken, .ExternalSymbolToken { fill: rgb(237, 189, 129); } .LocalVariableToken, .StackVariableToken { |
