dessins
All checks were successful
/ test_checkout (push) Successful in 1m47s

This commit is contained in:
Jean-Marie Mineau 2025-10-21 19:06:32 +02:00
parent 3eb0572e9a
commit f9d4b9b044
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
3 changed files with 75 additions and 12 deletions

View file

@ -177,6 +177,57 @@
#let report(height: 100pt) = image("imgs/ico/report.svg", height: height)
#let th-outline(height: 600pt, width: 900pt, hide-static: false) = {
let small-ico-h = height / 16
let big-ico-h = height / 6
let static = stack(dir: ltr,
apks(height: small-ico-h),
h(big-ico-h),
$ -> $,
h(big-ico-h),
analyse(height: big-ico-h),
h(big-ico-h),
$ -> $,
h(big-ico-h),
report(height: small-ico-h),
)
let th = stack(dir: ltr,
apks(height: small-ico-h),
h(big-ico-h*2/3),
$->$,
h(big-ico-h/4),
phone(height: height/4, width: height/8),
h(big-ico-h/4),
$->$,
h(big-ico-h/4),
transfo(height: big-ico-h),
h(big-ico-h/4),
$->$,
h(big-ico-h/4),
apk(height: small-ico-h),
h(big-ico-h/4),
$->$,
h(big-ico-h/4),
analyse(height: big-ico-h),
h(big-ico-h/4),
$->$,
h(big-ico-h/4),
report(height: small-ico-h),
)
box(height: 600pt, width: 900pt,
stack(
if hide-static { hide(static)} else { static },
v(big-ico-h),
th,
)
)
}
/*
#phone(body: [Hello World!])
#move(dx: 100pt, dy: 100pt, gear())
#wrench()
@ -188,3 +239,4 @@
#transfo()
#analyse()
#report()
*/