edaross

Svg code snippet

Jan 26th, 2023
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. Open sidebar
  2. New chat
  3.  
  4.  
  5. Edward Ross
  6. In the following move the lowest curve inside the pink circle to above the dot that doesn't already have a curve above it - show the whole new code in a code box: <svg width="100" height="300" viewBox="0 0 100 300" xmlns="http://www.w3.org/2000/svg">
  7. <rect x="0" y="0" width="100" height="300" fill="#90ee90"/>
  8. <path d="M0 0 L0 300" fill="none" stroke="#006400" stroke-width="3" stroke-dasharray="5,5"/>
  9. <g transform="translate(50, 150)">
  10. <circle cx="0" cy="0" r="50" fill="#ffc0cb" stroke="#000" stroke-width="2"/>
  11. <path d="M0 -25 C10 -15 20 -15 30 -25" fill="none" stroke="#000" stroke-width="2"/>
  12. <path d="M0 25 C10 15 20 15 30 25" fill="none" stroke="#000" stroke-width="2"/>
  13. <circle cx="-15" cy="-10" r="5" fill="#000"/>
  14. <circle cx="15" cy="-10" r="5" fill="#000"/>
  15. <path d="M-10 10 Q0 20 10 10" fill="none" stroke="#000" stroke-width="2"/>
  16. <path d="M0 50 L0 150" fill="none" stroke="#000" stroke-width="2"/>
  17. <path d="M-25 75 Q-25 100 0 125" fill="none" stroke="#000" stroke-width="2"/>
  18. <path d="M25 75 Q25 100 0 125" fill="none" stroke="#000" stroke-width="2"/>
  19. </g>
  20. <g transform="translate(50, 100)">
  21. <rect x="-40" y="-20" width="80" height="40" fill="#fff" stroke="#000" stroke-width="2"/>
  22. <text x="-35" y="-5" font-size="12">I want to learn more!</text>
  23. </g>
  24. </svg>
  25.  
  26. 3 / 3
  27.  
  28.  
  29. <svg width="100" height="300" viewBox="0 0 100 300" xmlns="http://www.w3.org/2000/svg">
  30. <rect x="0" y="0" width="100" height="300" fill="#90ee90"/>
  31. <path d="M0 0 L0 300" fill="none" stroke="#006400" stroke-width="3" stroke-dasharray="5,5"/>
  32. <g transform="translate(50, 150)">
  33. <circle cx="0" cy="0" r="50" fill="#ffc0cb" stroke="#000" stroke-width="2"/>
  34. <path d="M0 -25 C10 -15 20 -15 30 -25" fill="none" stroke="#000" stroke-width="2"/>
  35. <path d="M0 25 C10 15 20 15 30 25" fill="none" stroke="#000" stroke-width="2"/>
  36. <circle cx="-15" cy="-10" r="5" fill="#000"/>
  37. <circle cx="15" cy="-10" r="5" fill="#000"/>
  38. <path d="M-10 10 Q0 20 10 10" fill="none" stroke="#000" stroke-width="2"/>
  39. <path d="M0 50 L0 150" fill="none" stroke="#000" stroke-width="2"/>
  40. <path d="M-25 75 Q-25 100 0 125" fill="none" stroke="#000" stroke-width="2"/>
  41. <path d="M0 150 L25 75 Q25 100 0 125" fill="none" stroke="#000" stroke-width="2"/>
  42. </g>
  43. <g transform="translate(50, 100)">
  44. <rect x="-40" y="-20" width="80" height="40" fill="#fff" stroke="#000" stroke-width="2"/>
  45. <text x="-35" y="-5" font-size="12">I want to learn more!</text>
  46. </g>
  47. </svg>
  48.  
  49.  
  50.  
  51. Edward Ross
  52.  
  53. ChatGPT Jan 9 Version. Free Research Preview. Our goal is to make AI systems more natural and safe to interact with. Your feedback will help us improve.
  54.  
Advertisement
Add Comment
Please, Sign In to add comment