summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2020-08-24 21:46:36 +0800
committerXusheng <xusheng@vector35.com>2020-09-15 09:29:54 +0800
commit75d05ea710f80a0ca2fdc53b638952a7a97e7ad8 (patch)
treef8fe2205178cd7942a1e6d45c79dda9d748b526f /python
parent33e31719d37deed58cfe709bf475b80fece8c34a (diff)
display as in linear view
Diffstat (limited to 'python')
-rwxr-xr-xpython/examples/export_svg.py2
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 {