mirror of
https://github.com/mschuepbach/matrix-kernel-filter-calculator.git
synced 2026-01-15 21:12:14 +01:00
Replace x with times symbol
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
/>
|
||||
</div>
|
||||
<div style="grid-area: result-size">
|
||||
{result[0].length}x{result.length}
|
||||
{result[0].length} × {result.length}
|
||||
</div>
|
||||
<div style="grid-area: matrix"><Matrix bind:matrix /></div>
|
||||
<div style="grid-area: kernel"><Matrix bind:matrix={kernel} /></div>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<div>
|
||||
<input type="number" min="1" bind:value={matrixWidth} onclick="select()" />
|
||||
<span>x</span>
|
||||
<span>×</span>
|
||||
<input type="number" min="1" bind:value={matrixHeight} onclick="select()" />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user