1
0
Fork 0

fix(docs): Insert space between numbers and SI units

This commit is contained in:
Benjamin F 2022-12-26 07:00:16 -08:00
parent d0415b33a5
commit 7b8b6997d0
11 changed files with 24 additions and 24 deletions

View file

@ -37,12 +37,12 @@ For most cases, the default will be fine.
points.x1 = paths.example
.shiftAlong(20)
.attr("data-text", "2cm")
.attr("data-text", "2 cm")
.attr("data-text-class", "center fill-note")
.attr("data-text-lineheight", 6)
points.x2 = paths.example
.shiftAlong(90)
.attr("data-text", "9cm")
.attr("data-text", "9 cm")
.attr("data-text-class", "center fill-note")
.attr("data-text-lineheight", 6)