Where to put live SVG examples

There is currently no folder for live SVG examples at github.com/mdn/interactive-examples. I want to create a live SVG example for feColorMatrix. Should I create a new svg-examples folder, or put it in html-examples, where the syntax is similar enough?
image

I also feel that it would be more intuitive if the selectors from the CSS examples are used, since feColorMatrix only tweaks a single property. But unfortunately the value property in feColorMatrix cannot be changed in CSS.

@wbamberg @schalkneethling are we able to support SVG examples using the HTML example UI, or is this something we are not yet set up to do?

This has come up before! See https://github.com/mdn/interactive-examples/issues/731. From that issue it seems like the existing HTML editor should be suitable (?).

They should go in a new svg-examples folder.

I agree. I cannot think of a reason why it should not work. Wanna to give it a whirl and see if you run into any problems @chrisdavidmills?