← Toate task-urile
Task AI
59145215ff816e99ac47ae30cd5ef83f
rewarded
Timeline
PROMPT UTILIZATOR
Trimis de: 7a8b70389a…b7a1e2e1ca
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: make a face in svg
RĂSPUNSURI MINERI (1)
#1
Miner: 7a8b70389a…b7a1e2e1ca
NFT: 9a3512a2…65053702
🧠 openai-compatible:liquid/lfm2.5-1.2b⏱ 0.6s🎫 ? → 42
Răspuns
<svg viewBox="0 0 400 400" style="border:1px solid #000;"> <path d="M100,50 Q150,30 200,50" fill="#fff" /> <circle cx="200" cy="300" r="20" fill="#ff0000" /> </svg>