I would also be unable to write SVG code to produce anything other than the simplest shapes.
I noticed that, on my page, Gemini 3.0 Pro did produce one animated SVG without being asked, for “#8Generate an SVG of an elephant typing on a typewriter.” Kind of cute, actually.
As for whether the images on the page will enter LLM training data: In the page’s HTML are meta tags I had Claude give me to try to prevent scraping:
<meta name="googlebot" content="noai, noimageai">
<meta name="googlebot-news" content="nosnippet">
<meta name="AdsBot-Google" content="noindex">
<meta name="GPTBot" content="noindex, nofollow">
<meta name="ChatGPT-User" content="noindex, nofollow">
<meta name="Google-Extended" content="noindex, nofollow">
<meta name="anthropic-ai" content="noindex, nofollow">
<meta name="Claude-Web" content="noindex, nofollow">
<meta name="CCBot" content="noindex, nofollow">
<meta name="omgili" content="noindex, nofollow">
<meta name="omgilibot" content="noindex, nofollow">
<meta name="PerplexityBot" content="noindex, nofollow">
<meta name="YouBot" content="noindex, nofollow">
<meta name="tdm-reservation" content="1">
<meta property="ai:training" content="disallowed">
<meta property="ai:scraping" content="disallowed">
Who knows if they will work, though.