mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Fix app-unit rounding for border width edges
This commit is contained in:
parent
8f053624dd
commit
cf8b773656
2 changed files with 127 additions and 21 deletions
|
|
@ -24,6 +24,8 @@ var tests = [
|
|||
["2px", "2px"],
|
||||
["2.75px", "2px"],
|
||||
["2.999px", "2px"],
|
||||
["3px", "3px"],
|
||||
["3.001px", "3px"],
|
||||
];
|
||||
|
||||
function checkWidth(property, setupProperty, setupValue) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue