You can nest SVG elements (#tilPost)

Recently I heard in a podcast that nesting SVGs is valid. ?
<svg xmlns=”http://www.w3.org/2000/svg” xmlns:xlink=”http://www.w3.org/1999/xlink”>
<!– some SVG content –>
<svg>
<!– some inner SVG content …


This content originally appeared on Stefan Judis Web Development and was authored by Stefan Judis

Recently I heard in a podcast that nesting SVGs is valid. ?

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <!-- some SVG content -->
    <svg>
        <!-- some inner SVG content -->
    </svg>
<svg>

I was surprised and started googling. I found two fantastic posts by Sara Soueidan.

So this learning includes "only" two bookmarks for myself. Honestly, read and bookmark them, too. The articles Sara writes are always excellent.


Reply to Stefan


This content originally appeared on Stefan Judis Web Development and was authored by Stefan Judis


Print Share Comment Cite Upload Translate Updates
APA

Stefan Judis | Sciencx (2018-09-29T22:00:00+00:00) You can nest SVG elements (#tilPost). Retrieved from https://www.scien.cx/2018/09/29/you-can-nest-svg-elements-tilpost/

MLA
" » You can nest SVG elements (#tilPost)." Stefan Judis | Sciencx - Saturday September 29, 2018, https://www.scien.cx/2018/09/29/you-can-nest-svg-elements-tilpost/
HARVARD
Stefan Judis | Sciencx Saturday September 29, 2018 » You can nest SVG elements (#tilPost)., viewed ,<https://www.scien.cx/2018/09/29/you-can-nest-svg-elements-tilpost/>
VANCOUVER
Stefan Judis | Sciencx - » You can nest SVG elements (#tilPost). [Internet]. [Accessed ]. Available from: https://www.scien.cx/2018/09/29/you-can-nest-svg-elements-tilpost/
CHICAGO
" » You can nest SVG elements (#tilPost)." Stefan Judis | Sciencx - Accessed . https://www.scien.cx/2018/09/29/you-can-nest-svg-elements-tilpost/
IEEE
" » You can nest SVG elements (#tilPost)." Stefan Judis | Sciencx [Online]. Available: https://www.scien.cx/2018/09/29/you-can-nest-svg-elements-tilpost/. [Accessed: ]
rf:citation
» You can nest SVG elements (#tilPost) | Stefan Judis | Sciencx | https://www.scien.cx/2018/09/29/you-can-nest-svg-elements-tilpost/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.