← Toate task-urile
Task AI

928001daf7010db531da03161973b9d7

responses_collected

PROMPT UTILIZATOR

Tip: chat · Fee: 1.000000 OMBRA
Generate an SVG illustration for the following request.

STRICT response rules:
- Respond with ONLY a single <svg>...</svg> element
- Use viewBox="0 0 400 400"
- No <script>, no <foreignObject>, no <iframe>, no <image>
- No external href, no event handlers (on*), no javascript:
- Max 20000 bytes total
- NO prose, NO markdown fences, NO explanations, NO comments
- Output must start with `<svg` and end with `</svg>`

Request: a green glowing triangle

RĂSPUNSURI MINERI (1)

#1
NFT: 9a3512a2…65053702
🧠 openai-compatible:liquid/lfm2.5-1.2b0.7s🎫 ?43
Răspuns
<svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">  
<polygon points="200,50 300,150 400,50" fill="#00c6ff" stroke="#000" stroke-width="2"></polygon>  
</svg>