This commit is contained in:
parent
9dcaefe7c9
commit
7863c6d7a8
2 changed files with 442 additions and 40 deletions
|
|
@ -15,12 +15,7 @@
|
|||
height: small_icon_size
|
||||
)
|
||||
let rprt = report(height: small_icon_size)
|
||||
let analyser = box(
|
||||
height: big_icon_size,
|
||||
width: big_icon_size,
|
||||
stroke: black,
|
||||
align(center+horizon, text(fill: red)[TODO])
|
||||
)
|
||||
let analyser = analyse(height: big_icon_size)
|
||||
|
||||
let app_size = measure(app)
|
||||
let app_pos = (
|
||||
|
|
@ -110,6 +105,11 @@
|
|||
let phone = phone(
|
||||
width: big_icon_size / 2,
|
||||
height: big_icon_size,
|
||||
body: align(center+horizon, circle-arrows(
|
||||
stroke: black + 2pt,
|
||||
nb-arrows: 3,
|
||||
out-rad: big_icon_size * 0.19)
|
||||
)
|
||||
)
|
||||
|
||||
let app_size = measure(app)
|
||||
|
|
@ -255,6 +255,11 @@
|
|||
let phone = phone(
|
||||
width: big_icon_size * 0.75,
|
||||
height: big_icon_size * 1.5,
|
||||
body: align(center+horizon, circle-arrows(
|
||||
stroke: black + 2pt,
|
||||
nb-arrows: 3,
|
||||
out-rad: big_icon_size * 0.75 * 0.3)
|
||||
)
|
||||
)
|
||||
|
||||
let app_size = measure(app)
|
||||
|
|
@ -297,12 +302,7 @@
|
|||
let arrow_1_y1_1 = dex_pos1.at(1) - dex_size.height / 2
|
||||
let arrow_1_y1_2 = rprt_pos2.at(1) - dex_size.height / 2
|
||||
|
||||
let patcher = box(
|
||||
height: big_icon_size,
|
||||
width: big_icon_size,
|
||||
stroke: black,
|
||||
align(center+horizon, text(fill: red)[TODO PATCHER])
|
||||
)
|
||||
let patcher = machinery(height: big_icon_size)
|
||||
let patcher_size = measure(patcher)
|
||||
let patcher_pos = (
|
||||
width * 3.3 / 7 - patcher_size.width / 2,
|
||||
|
|
@ -327,12 +327,7 @@
|
|||
-y0 + app2_size.height / 2
|
||||
)
|
||||
|
||||
let analyser = box(
|
||||
height: big_icon_size,
|
||||
width: big_icon_size,
|
||||
stroke: black,
|
||||
align(center+horizon, text(fill: red)[TODO ANALYSER])
|
||||
)
|
||||
let analyser = analyse(height: big_icon_size)
|
||||
let analyser_size = measure(analyser)
|
||||
let analyser_pos = (
|
||||
width * 5.7 / 7 - analyser_size.width / 2,
|
||||
|
|
@ -564,6 +559,6 @@
|
|||
|
||||
#set page(flipped: true)
|
||||
#set align(center+horizon)
|
||||
//#dexhunter_outline()
|
||||
//#static_outline()
|
||||
#dexhunter_outline()
|
||||
#static_outline()
|
||||
#theseus_outline()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue