Search notes:

SVG - circle

<?xml version="1.0" ?>
<svg
  xmlns   = "http://www.w3.org/2000/svg"
  version = "1.1"
  width   = "500"
  height  = "250"
>

  <!-- Draw circle with attributes only: -->
  <circle
    cx            = "125"
    cy            = "105"
    r             =  "50"
    fill          = "#e94"
    stroke        = "#f51"
    stroke-width  = "10"
  />

  <!-- Draw circle with styles: -->
  <circle
    cx            = "375"
    cy            = "145"
    r             =  "50"
    style="
      fill        : #94e;
      stroke      : #61f;
      stroke-width: 10;
    "
  />

</svg>
Github repository about-svg, path: /elements/circle.svg

See also

The Perl module SVG, circle.pl.
SVG elements

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/design/g...', 1759398426, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/design/graphic/svg/elements/circle(71): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78