fix image rendering on firefox
This commit is contained in:
parent
0232d0be86
commit
7d0bbed6d5
@ -18,6 +18,7 @@ a {
|
|||||||
color: #f69f8f;
|
color: #f69f8f;
|
||||||
}
|
}
|
||||||
canvas {
|
canvas {
|
||||||
|
image-rendering: -moz-crisp-edges;
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
input[type="color"] {
|
input[type="color"] {
|
||||||
|
|||||||
@ -26,6 +26,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
canvas {
|
canvas {
|
||||||
|
image-rendering: -moz-crisp-edges;
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user