From e2a29763165297af98932a27048b359be8b34aef Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin Date: Mon, 30 Oct 2023 17:27:32 +0800 Subject: [PATCH] docs: fix stroke color --- github-pages/docs/graphs.typ | 4 ++-- github-pages/docs/ir-features.dark.artifact.svg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/github-pages/docs/graphs.typ b/github-pages/docs/graphs.typ index f2907480..40518c2b 100644 --- a/github-pages/docs/graphs.typ +++ b/github-pages/docs/graphs.typ @@ -125,7 +125,7 @@ let light-doc-bg = black.lighten(98%) let dark-doc-bg = rgb("#343541") let rect = rect.with(stroke: (0.5pt*stroke-factor) + stroke-color) - let circle = circle.with(stroke: (0.5pt*stroke-factor)) + let circle = circle.with(stroke: (0.5pt*stroke-factor) + stroke-color) let line = line.with(stroke: (0.5pt*stroke-factor) + stroke-color) let light-line = line.with(stroke: (0.3pt*stroke-factor) + stroke-color) let exlight-line = line.with(stroke: (0.2pt*stroke-factor) + stroke-color) @@ -166,7 +166,7 @@ let sref-rect(q, name) = { let r = 0.08 - circle(vadd(q, (r, r)), radius: r, name: name, fill: orange, stroke: 0.2pt) + circle(vadd(q, (r, r)), radius: r, name: name, fill: orange, stroke: 0.2pt + stroke-color) } let q = (0.1, 1.5) diff --git a/github-pages/docs/ir-features.dark.artifact.svg b/github-pages/docs/ir-features.dark.artifact.svg index da78feb8..53c5fd4b 100644 --- a/github-pages/docs/ir-features.dark.artifact.svg +++ b/github-pages/docs/ir-features.dark.artifact.svg @@ -69,4 +69,4 @@ svg { margin: -1.5vw; } } -Data sharingT&deabfdead beefdeadbeeffill=#ffffill=#000Artifact Streaming..𝜆𝑥=𝑥d𝑥..𝜆𝑥=𝑥d𝑥Incremental Rendering𝜆𝑥=𝑥d𝑥....𝜆=𝑐𝑥2Figure: Features of the Vector Format. \ No newline at end of file +Data sharingT&deabfdead beefdeadbeeffill=#ffffill=#000Artifact Streaming..𝜆𝑥=𝑥d𝑥..𝜆𝑥=𝑥d𝑥Incremental Rendering𝜆𝑥=𝑥d𝑥....𝜆=𝑐𝑥2Figure: Features of the Vector Format. \ No newline at end of file