This commit is contained in:
parent
21c2a58f3c
commit
0fd8b495c0
2 changed files with 66 additions and 84 deletions
|
|
@ -539,16 +539,6 @@
|
|||
if labels {
|
||||
set text(weight: "semibold", fill: luma(30%))
|
||||
if stage != "static-only" {
|
||||
place(
|
||||
left+bottom,
|
||||
dx: rprt_pos2.at(0) - 1.4em,
|
||||
dy: rprt_pos2.at(1) - rprt_size.height - 0.5em,
|
||||
)[#set align(center); Reflection \ Data]
|
||||
place(
|
||||
left+bottom,
|
||||
dx: dex_pos0.at(0) - 4em,
|
||||
dy: dex_pos0.at(1) + 0.8em,
|
||||
)[Dyn Loaded Code]
|
||||
place(
|
||||
left+bottom,
|
||||
dx: patcher_pos.at(0) - 0.5em,
|
||||
|
|
@ -560,6 +550,18 @@
|
|||
dy: phone_pos.at(1) - phone_size.height - 0.5em,
|
||||
)[#set align(center); Dynamic \ Analysis]
|
||||
}
|
||||
if stage not in ("static-only", "theseus-vs-static") {
|
||||
place(
|
||||
left+bottom,
|
||||
dx: rprt_pos2.at(0) - 1.4em,
|
||||
dy: rprt_pos2.at(1) - rprt_size.height - 0.5em,
|
||||
)[#set align(center); Reflection \ Data]
|
||||
place(
|
||||
left+bottom,
|
||||
dx: dex_pos0.at(0) - 4em,
|
||||
dy: dex_pos0.at(1) + 0.8em,
|
||||
)[Dyn Loaded Code]
|
||||
}
|
||||
if stage in (
|
||||
"theseus",
|
||||
"static-vs-dyn",
|
||||
|
|
@ -572,6 +574,15 @@
|
|||
dy: analyser_pos.at(1) + 1em,
|
||||
)[Static Analysis]
|
||||
}
|
||||
if stage in (
|
||||
"theseus-vs-static",
|
||||
) {
|
||||
place(
|
||||
left+bottom,
|
||||
dx: analyser_pos2.at(0) - 1.5em,
|
||||
dy: analyser_pos2.at(1) + 1em,
|
||||
)[Static Analysis]
|
||||
}
|
||||
}
|
||||
if stage == "static-only" {
|
||||
place(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue