Skip to content

Commit

Permalink
refined position for SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
mhfan committed Nov 20, 2024
1 parent 2c963a1 commit 27869e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions assets/aufbau.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,10 @@ use inperiod::{ChemElem, ElemClass::*, ROMAN_NUM, UNICODE_SUPERS};
}
text { x: "598", y: "76", "5f" }
text { x: "598", y: "140", "4f" }
text { y: "24", "letter-spacing": "-2",
tspan { x: "110", "ℓ = 1" }
tspan { x: "256", "ℓ = 2" }
tspan { x: "464", "ℓ = 3" }
text { y: "24", "letter-spacing": "-1",
tspan { x: "120", "ℓ = 1" }
tspan { x: "266", "ℓ = 2" }
tspan { x: "474", "ℓ = 3" }
}
}
g { stroke: "gray", "stroke-dasharray": "4 4", "stroke-opacity": "0.5",
Expand Down

0 comments on commit 27869e8

Please sign in to comment.