SVG
Now you can add SVG images to your presentations.
SVG can even be inserted inline, which means you can style it with custom CSS.
For example: invert shape colors against dark backgrounds
.has-dark-background svg path {
stroke: #fff;
}.has-dark-background svg path {
stroke: #fff;
}