-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb6766e
commit 3dedca9
Showing
6 changed files
with
315 additions
and
177 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+9.7 MB
docs/4e63794b39b83b4a3b88.module.wasm → docs/fd5dd7b693de39dfe6b0.module.wasm
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang="en" dir="auto"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title></title> | ||
<style> | ||
@font-face { | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>Diffenator3</title> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" | ||
crossorigin="anonymous"></script> | ||
<style type="text/css"> | ||
@font-face { | ||
font-family: "Font Before"; | ||
src: url(); | ||
} | ||
|
@@ -27,159 +30,13 @@ | |
.font-after { | ||
font-family: "Font After", "Adobe Notdef"; | ||
} | ||
|
||
</style> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" | ||
crossorigin="anonymous"></script> | ||
<style> | ||
.modal-dialog { | ||
max-width: 100%; | ||
margin: 0; | ||
top: 0; | ||
bottom: 0; | ||
left: 0; | ||
right: 0; | ||
height: 100vh; | ||
display: flex; | ||
} | ||
|
||
.fontdrop { | ||
padding: 30px; | ||
border-radius: 20px; | ||
outline: 3px dashed #ffffffff; | ||
outline-offset: -20px; | ||
} | ||
|
||
#fontbefore { | ||
background-color: #ddffdddd; | ||
} | ||
|
||
#fontafter { | ||
background-color: #ffdddddd; | ||
} | ||
|
||
.dragging { | ||
background-image: linear-gradient(rgb(0 0 0/5%) 0 0); | ||
outline: 5px dashed #ffffffff; | ||
} | ||
|
||
/* Toggle button */ | ||
#font-nav { | ||
position: fixed; | ||
right: 20px; | ||
z-index: 100; | ||
} | ||
|
||
#font-toggle {} | ||
|
||
.nav-item { | ||
display: block; | ||
cursor: pointer; | ||
-webkit-user-select: none; | ||
/* Safari */ | ||
-moz-user-select: none; | ||
/* Firefox */ | ||
-ms-user-select: none; | ||
/* IE10+/Edge */ | ||
user-select: none; | ||
/* Standard */ | ||
text-align: center; | ||
color: white; | ||
background-color: black; | ||
display: block; | ||
font-size: 9pt; | ||
padding: 5px; | ||
margin: 2px; | ||
} | ||
|
||
.glyphgrid { | ||
display: grid; | ||
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); | ||
grid-column-gap: 10px; | ||
grid-row-gap: 10px; | ||
} | ||
|
||
.wordgrid { | ||
display: flex; | ||
flex-wrap: wrap; | ||
row-gap: 20px; | ||
column-gap: 20px; | ||
} | ||
|
||
.cell-word { | ||
font-size: 50px; | ||
} | ||
|
||
/* Table differ */ | ||
|
||
.node { | ||
font-family: courier; | ||
cursor: pointer; | ||
position: relative; | ||
left: 30px; | ||
padding: 5px; | ||
display: block; | ||
border: 1px dashed grey; | ||
} | ||
|
||
.header { | ||
font-weight: bold; | ||
} | ||
|
||
.attrib-old { | ||
color: red; | ||
cursor: text; | ||
} | ||
|
||
.attrib-new { | ||
color: green; | ||
cursor: text; | ||
} | ||
|
||
.leaf { | ||
font-weight: bold; | ||
} | ||
|
||
.old .cell .new { | ||
display: none; | ||
} | ||
|
||
.new .cell .old { | ||
display: none; | ||
} | ||
|
||
.both .cell .old { | ||
opacity: 0.75; | ||
color: red; | ||
} | ||
|
||
.both .cell .new { | ||
opacity: 0.75; | ||
position: absolute; | ||
top: 0; | ||
color: green; | ||
} | ||
|
||
.spacer { | ||
display: block; | ||
float: left; | ||
width: 100%; | ||
} | ||
|
||
.attr-before { | ||
color: green; | ||
} | ||
|
||
.attr-after { | ||
color: red; | ||
} | ||
</style> | ||
<script src="index.js"> | ||
</script> | ||
:root { | ||
--node-pt-size: 60px; | ||
} | ||
</style> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
|
||
<body> | ||
|
@@ -231,23 +88,26 @@ <h2>Font after</h2> | |
|
||
<div class="container"> | ||
|
||
<div id="font-nav"> | ||
<div class="nav-item" id="fonttoggle">Old</div> | ||
<div id="ui-nav"> | ||
<div class="ui-nav-item" id="fonttoggle">Old</div> | ||
<div class="ui-nav-item" id="fontanimate">Animate</div> | ||
<div id="axes"> | ||
</div> | ||
</div> | ||
|
||
<h1> Table diff</h1> | ||
<div id="difftable"> </div> | ||
<div id="cmapdiff"> </div> | ||
<div id="glyphdiff"> </div> | ||
<h2> Shaping Words</h2> | ||
<div id="wordspinner"> | ||
<div id="worddiff"> | ||
<h4>Modified Words</h4> | ||
<div id="wordspinner"> | ||
<div class="spinner-border" role="status"> | ||
<span class="sr-only">Loading...</span> | ||
</div> | ||
</div> | ||
<div id="worddiffinner"> | ||
</div> | ||
</div> | ||
<div id="worddiff"> | ||
</div> | ||
<div id="difftable"> </div> | ||
</div> | ||
</body> | ||
<script src="./bootstrap.js"></script> | ||
|
Oops, something went wrong.