1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-09-11 04:55:28 +03:00

Fixed Box drawing characters "╵" and "╷" (were swapped, closes #595)

This commit is contained in:
Nikita Prokopov 2018-09-30 23:00:06 +03:00
parent 7e7f7ad946
commit 69f183d766
2 changed files with 19 additions and 22 deletions

View File

@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
- Added `!!.` ([#618]) - Added `!!.` ([#618])
- Added `>:` `:<` ([#605]) - Added `>:` `:<` ([#605])
- Added U+0305 COMBINING OVERLINE ([#608]) - Added U+0305 COMBINING OVERLINE ([#608])
- Fixed Box drawing characters "╵" and "╷" (were swapped, [#595])
#### 1.205 (February 27, 2018) #### 1.205 (February 27, 2018)

View File

@ -1,9 +1,5 @@
{ {
.appVersion = "939"; .appVersion = "939";
DisplayStrings = (
"a/overlinecomb b",
"a/macroncomb b"
);
classes = ( classes = (
{ {
automatic = 1; automatic = 1;
@ -98550,7 +98546,7 @@ unicode = 254E;
{ {
color = 4; color = 4;
glyphname = boxLightDown; glyphname = boxLightDown;
lastChange = "2015-03-19 16:57:05 +0000"; lastChange = "2018-09-30 19:58:43 +0000";
layers = ( layers = (
{ {
layerId = UUID0; layerId = UUID0;
@ -98558,10 +98554,10 @@ paths = (
{ {
closed = 1; closed = 1;
nodes = ( nodes = (
"260 1000 LINE", "260 390 LINE",
"260 310 LINE", "260 -500 LINE",
"340 310 LINE", "340 -500 LINE",
"340 1000 LINE" "340 390 LINE"
); );
} }
); );
@ -98573,10 +98569,10 @@ paths = (
{ {
closed = 1; closed = 1;
nodes = ( nodes = (
"260 1000 LINE", "260 390 LINE",
"260 310 LINE", "260 -500 LINE",
"340 310 LINE", "340 -500 LINE",
"340 1000 LINE" "340 390 LINE"
); );
} }
); );
@ -98710,7 +98706,7 @@ unicode = 2576;
{ {
color = 4; color = 4;
glyphname = boxLightUp; glyphname = boxLightUp;
lastChange = "2015-03-19 16:57:03 +0000"; lastChange = "2018-09-30 19:58:54 +0000";
layers = ( layers = (
{ {
layerId = UUID0; layerId = UUID0;
@ -98718,10 +98714,10 @@ paths = (
{ {
closed = 1; closed = 1;
nodes = ( nodes = (
"260 390 LINE", "260 1000 LINE",
"260 -500 LINE", "260 310 LINE",
"340 -500 LINE", "340 310 LINE",
"340 390 LINE" "340 1000 LINE"
); );
} }
); );
@ -98733,10 +98729,10 @@ paths = (
{ {
closed = 1; closed = 1;
nodes = ( nodes = (
"260 390 LINE", "260 1000 LINE",
"260 -500 LINE", "260 310 LINE",
"340 -500 LINE", "340 310 LINE",
"340 390 LINE" "340 1000 LINE"
); );
} }
); );