Skip to content

Commit fb99a7e

Browse files
committed
[apps/gamut-mapping] Clamp precision for deltas
1 parent d06fd15 commit fb99a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/gamut-mapping/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2>Gamut mapped</h2>
6767
negative: delta < 0,
6868
zero: delta === 0,
6969
min: minDeltas[c] === abs(delta),
70-
}">{{ delta }}</dd>
70+
}">{{ toPrecision(delta, 2) }}</dd>
7171
</template>
7272
</dl>
7373
</dd>

0 commit comments

Comments
 (0)