try shape-rendering=crispEdges in SVG boards

pull/5042/head
Thibault Duplessis 2019-05-05 11:45:52 +07:00
parent 619cf43c82
commit 4f20da005d
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:x="http://www.w3.org/1999/xlink"
viewBox="0 0 8 8" shape-rendering="geometricPrecision">
viewBox="0 0 8 8" shape-rendering="crispEdges">
<rect width="8" height="8" fill="#8ca2ad"/>
<g id="a">
<g id="b">

Before

Width:  |  Height:  |  Size: 594 B

After

Width:  |  Height:  |  Size: 586 B

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:x="http://www.w3.org/1999/xlink"
viewBox="0 0 8 8" shape-rendering="geometricPrecision">
viewBox="0 0 8 8" shape-rendering="crispEdges">
<rect width="8" height="8" fill="#b58863"/>
<g id="a">
<g id="b">

Before

Width:  |  Height:  |  Size: 594 B

After

Width:  |  Height:  |  Size: 586 B

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:x="http://www.w3.org/1999/xlink"
viewBox="0 0 8 8" shape-rendering="geometricPrecision">
viewBox="0 0 8 8" shape-rendering="crispEdges">
<rect width="8" height="8" fill="#86a666"/>
<g id="a">
<g id="b">

Before

Width:  |  Height:  |  Size: 594 B

After

Width:  |  Height:  |  Size: 586 B

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:x="http://www.w3.org/1999/xlink"
viewBox="0 0 8 8" shape-rendering="geometricPrecision">
viewBox="0 0 8 8" shape-rendering="crispEdges">
<rect width="8" height="8" fill="#7d4a8d"/>
<g id="a">
<g id="b">

Before

Width:  |  Height:  |  Size: 594 B

After

Width:  |  Height:  |  Size: 586 B