analyser ico
All checks were successful
/ test_checkout (push) Successful in 1m51s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-10-26 19:45:39 +01:00
parent 9dcaefe7c9
commit 7863c6d7a8
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 442 additions and 40 deletions

View file

@ -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()