-
Use [inline SVGs](https://css-tricks.com/pretty-good-svg-icon-system/) for FullCalendar's icon system as opposed to the [font icons it currently uses](https://github.com/fullcalendar/fullcalendar/tree…
-
Could you optimize svgs that are inline in html build output?
-
In the same vein as #23 but with a common use scope, certain inline SVG elements are breaking due to changes in self-closing tags. In this case 'quotes:true' is optioned to prevent breaking of fill de…
-
Hi guys, I took your svg icons (thanks) and generated themeable!!!! inline svgs for sass.
This is my project: https://github.com/MikeMitterer/dart-material-icons
Here is a sample: https://rawgit.com/M…
-
Before format my code was as following:
```
background: url('data:image/svg+xml;utf8,');
```
after format the code was as following:
```
background: url('data:image/svg+xml;utf8,');
```
-
Reported on the [mailing list](https://groups.google.com/d/msgid/mod-pagespeed-discuss/f5bb2913-c3a5-4966-ba49-9525f43d6d70%40googlegroups.com?utm_medium=email&utm_source=footer)
```
background-image…
-
## PLIP (Plone Improvement Proposal)
## Responsible Persons
### Proposer: @iham
### Seconder: @agitator
## Abstract
Render uploaded (Plone Content Type) images inline if they are …
-
I am trying to use a custom config file (svgo.config.js) but it seems svg-symbol-sprite is unable to find it's location, even though it is in the same level as the script.
I have another project w…
-
Inlining SVG in HTML output can be useful to facilitate styling (for example changing the color, etc.) via CSS.
This is controlled in asciidoctor via the %inline (or options=inline) option.
This…
-
I believe this would simplify the existing code by replacing inlined SVGs with components and also make it easier for user to add new icons on their own.
ie something like
```
```
c…