Skip to content

Commit

Permalink
add allowed thresholds for rendering discrepancies
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Sep 24, 2019
1 parent bec4142 commit 8075e3a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
Expand Up @@ -4,7 +4,8 @@
"test": {
"pixelRatio": 2,
"width": 200,
"height": 150
"height": 150,
"allowed": 0.001
}
},
"sources": {
Expand Down
Expand Up @@ -3,7 +3,8 @@
"metadata": {
"test": {
"width": 150,
"height": 64
"height": 64,
"allowed": 0.005
}
},
"sources": {
Expand Down
Expand Up @@ -3,7 +3,8 @@
"metadata": {
"test": {
"width": 128,
"height": 64
"height": 64,
"allowed": 0.004
}
},
"sources": {
Expand Down
Expand Up @@ -3,7 +3,8 @@
"metadata": {
"test": {
"width": 128,
"height": 64
"height": 64,
"allowed": 0.002
}
},
"sources": {
Expand Down
Expand Up @@ -3,7 +3,8 @@
"metadata": {
"test": {
"height": 128,
"width": 128
"width": 128,
"allowed": 0.0005
}
},
"center": [ 0, 0 ],
Expand Down

0 comments on commit 8075e3a

Please sign in to comment.