Now works with elements added Dynamically to the page.
Now utilizes MutationObserver
to watch for any element added to the DOM with the original selector from the plugin. When MutationObserver
sees a DOM change happen to the body and any children the plugin now rescans the DOM for any unloaded inline SVG elements and applies the inlining function to them.