Skip to content

Commit

Permalink
docs: fix stroke color
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Oct 30, 2023
1 parent 770a8a5 commit e2a2976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions github-pages/docs/graphs.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion github-pages/docs/ir-features.dark.artifact.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2a2976

Please sign in to comment.