I need a path that goes UNDER the content (text) - is there a way how to do that?
(as already been answered somewhere else, z-index doesnt affect svg paths)
I need a path that goes UNDER the content (text) - is there a way how to do that?
(as already been answered somewhere else, z-index doesnt affect svg paths)
You can declare
PATH
andTEXT
in differentSVG
layers, and put one layer onto another like thishttp://jsfiddle.net/WJZrU/