Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/svg/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  geometry-properties-in-css.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/layout/reftests/svg/geometry-properties-in-css.html


<!doctype html>
<style>
  svg {
    width: 800px;
    height: 600px;
    font-size: 10px;
  }
  svg svg {
    width: 80px;
    height: 80px;
  }
  rect:first-child {
    x: 40px;
    y: calc(5% + 10px);
    width: calc(80px + 2em);
    height: 10em;
    rx: auto;
    ry: 5%;
    cx: 100px;
    cy: 200px;
  }
  circle {
    r: calc(70px);
  }
  g > #c2 {
    cx: 80px;
    cy: calc(20% + 10px);
    x: 40px;
    y: calc(5% + 10px);
  }
  svg > svg > ellipse {
    cx: 30%;
    cy: 100px;
    rx: 20px;
    ry: 40px;
  }
  svg > svg > ellipse:nth-child(2) {
    transform: translate(50px, -50px);
  }
  svg ellipse {
    cx: 10px;
    cy: 10px;
    rx: 10px;
    ry: 10px;
  }
  foreignObject {
    transform: translate(450px,0);
    y: 200px;
    width: 80px;
    height: 130px;
  }
  #r2 {
    width: 50px;
    height:50px;
  }
  svg image {
    x: 300px;
    y: 260px;
    height: 50px;
  }
  use {
    x:400px;
    y:310px;
  }
</style>
<svg>
  <g>
    <rect x="0" y="-10" width="30px" height="10px" rx="-5px" ry="auto" fill="purple" />
    <rect x=" 40px /* some nonsense */ " y="150" width="30" height="20em" rx="20px" ry="20px" fill="magenta" />
  </g>
  <circle cx="/* more nonsense */ 170" cy="340" r="-5px" fill="pink" />
  <g transform="translate(150,0)">
    <circle id="c2" cx="20" cy="40" fill="skyblue" />
  </g>
  <svg x="300" width="200px" height="200px" viewBox="0 0 100 100">
    <ellipse fill="cyan" />
    <ellipse fill="navy" />
  </svg>
  <foreignObject>
    <svg>
      <rect id="r2" style="x:0;y:0" fill="brown" />
    </svg>
  </foreignObject>
  <image href="data:image/svg+xml,<svg width='10' height='10' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' fill='red' /></svg>" />
  <defs>
    <g id="g">
      <rect display="none"/>
      <rect width="80" height="80" fill="skyblue" />
    </g>
  </defs>
  <use href="#g"/>
</svg>

Messung V0.5 in Prozent
C=94 H=90 G=91

¤ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.