*TIL:* How to embed an SVG, and have full interact...
# today-i-learned
s
TIL: How to embed an SVG, and have full interactivity, into a RevealJS slide
<object data=".\assets\svg\2022-02-27_diagram.svg" type="image/svg+xml"></object>
SHweeet!