diff --git a/git-figure.pdf b/git-figure.pdf index 042448c..9b6dd7a 100644 Binary files a/git-figure.pdf and b/git-figure.pdf differ diff --git a/git-figure.typ b/git-figure.typ index f9f398a..0083433 100644 --- a/git-figure.typ +++ b/git-figure.typ @@ -108,7 +108,7 @@ ])], stroke:none, width: 5cm, name: ) node(snap: false, enclose: (, , ), stroke: thindashed, width: 3cm, fill: gray.lighten(70%)) // branch cloud - node((rel: (-0.5, -1), to: ), [#text(branch-color.darken(20%), smallcaps[*Branches*])\ references that moves along when commiting canges], + node((rel: (-0.5, -1), to: ), [#text(branch-color.darken(20%), smallcaps[*Branches*])\ references that move along when commiting canges], stroke: thin, corner-radius: 10pt, inset: 5pt, width: 4cm, name: ) edge(, , corner: left, stroke: thindotted) edge(,
, corner: left, stroke: thindotted) @@ -123,7 +123,7 @@ edge(, , stroke: thindotted) // commit node((rel: (1, 0.5), to: ), [ - #text(commit-color, smallcaps[*Commit*])\ #align(left)[snapshot of filesystem tree in object store]\ + #text(commit-color, smallcaps[*Commit*])\ snapshot of filesystem tree in object store\ #table(columns: 1, fill: commit-color.lighten(50%), align: left, [commit hash: #raw(E1h)], raw(block: true, " tree 65c47fee @@ -131,7 +131,7 @@ parent 16f299 author MV )