Reduce SVG (#819)

* Reduce SVG

1. Edit to reduce redundancy in SVG code. Save 5 KB in size of stretchy.js

2. Bug fix: Use correct path geometry for `\xleftharpoondown`.

* remove unnecessary fill='currentcolor'
This commit is contained in:
Ron Kok
2017-08-25 19:10:28 -07:00
committed by Kevin Barabash
parent dd99b0064c
commit ba069db196
3 changed files with 106 additions and 147 deletions

View File

@@ -547,6 +547,14 @@
display: block;
position: absolute; // absolute relative to parent
width: 100%;
path {
fill: currentColor;
}
line {
stroke: currentColor;
}
}
// Define CSS for image whose width will match its span width.