Fix mapping for U+26A1
This commit is contained in:
parent
ac233ff6fb
commit
b8535b964d
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ export : define [apply] : begin
|
||||||
line-to [mix r l 0.6] operBot
|
line-to [mix r l 0.6] operBot
|
||||||
line-to (r + sw * kInside) (symbolMid + sw)
|
line-to (r + sw * kInside) (symbolMid + sw)
|
||||||
line-to (l + sw * kOutside) (symbolMid + sw)
|
line-to (l + sw * kOutside) (symbolMid + sw)
|
||||||
save 'boltSymbol 0x26A1'
|
save 'boltSymbol' 0x26A1
|
||||||
|
|
||||||
do "Checking marks"
|
do "Checking marks"
|
||||||
local light : adviceBlackness 4.5
|
local light : adviceBlackness 4.5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue