Posts

Showing posts from September, 2022

Work in Progress

 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600" version="1.1">    <circle cx="300" cy="300" r="200" stroke="#90EE90" stroke-width="6" fill="#90EE90"/>    <circle cx="300" cy="300" r="160" stroke="#00EE90" stroke-width="6" fill="#90EE90"/>        <circle id="guide_1" cx="300" cy="300" r="100" stroke="#00EE90" stroke-width="6" fill="#FFFFFF"/>        <line x1="300" x2="300" y1="0" y2="600" stroke="orange" stroke-width="5"/> <line x1="0" x2="600" y1="300" y2="300" stroke="orange" stroke-width="5"/>    <path id="bottom_text_path" d="M 155,438 C 260,535 360,515 480,415" fill="tra...