Skip to content

Commit

Permalink
Measurements
Browse files Browse the repository at this point in the history
Millimetre and millilitres not viable at this point. Placement is also off (should be in T position) but better than before
  • Loading branch information
frederickobrien committed Nov 12, 2024
1 parent 2475695 commit 5ce908c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/src/lib/data/outlines.json
Original file line number Diff line number Diff line change
Expand Up @@ -3390,8 +3390,8 @@
]
},
{
"letterGroupings": ["pl"],
"specialOutlineMeanings": ["people"],
"letterGroupings": ["pl", "lr"],
"specialOutlineMeanings": ["people", "litre"],
"lines": [
{
"path": "M362.041 304.1373c5.445 -1.3612 -8.135 7.7699 -12.6113 11.1562c-11.945 9.0373 -22.1104 19.7309 -32.4985 30.437c-36.2329 37.3421 -51.1907 59.7695 -63.0569 110.4705c-15.3107 65.419 66.5174 139.467 123.9307 87.795",
Expand Down
26 changes: 25 additions & 1 deletion website/src/lib/data/special-outlines.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
{
"letterGrouping": "mr",
"meanings": ["march"]
"meanings": ["march", "metre"]
},
{
"letterGrouping": "apr",
Expand Down Expand Up @@ -158,5 +158,29 @@
{
"letterGrouping": "sn",
"meanings": ["sunday"]
},
{
"letterGrouping": "mrs",
"meanings": ["metres"]
},
{
"letterGrouping": "cnmr",
"meanings": ["centimetre"]
},
{
"letterGrouping": "cnmrs",
"meanings": ["centimetres"]
},
{
"letterGrouping": "kmr",
"meanings": ["kilometre"]
},
{
"letterGrouping": "kmrs",
"meanings": ["kilometres"]
},
{
"letterGrouping": "lrs",
"meanings": ["litres"]
}
]

0 comments on commit 5ce908c

Please sign in to comment.