This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
SVG 'image' tag in an external template file fails to compile #14222
Open
Description
Demo: http://plnkr.co/edit/SpX3Kf74NBgBvVJTFYQF
I tried to include a template for a SVG group, which contains a defs
element of several pattern
, but both image
and circle
elements disappeared in the final SVG as inspected with Chrome. However circle
elements can be properly compiled if image
elements are commented out.
Is this a bug? Or did I miss something that I should be aware of when using angular on SVG? Any hint is appreciated, thanks.