Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/bugs/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 933 B image not shown  

Quelle  817019-1.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/reftests/bugs/817019-1.html


<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title></title>
  <script type="text/javascript">
    function paintCanvas() {
      var elem = document.getElementById("mycanv");
      var ctx = elem.getContext('2d');

      ctx.fillStyle = 'white';
      ctx.fillRect(0, 0, 200, 200);
      ctx.beginPath();
      ctx.arc(150, 150, 100, 0, Math.PI * 2, true);
      ctx.closePath();
      ctx.clip();

      // create radial gradient
      var grd = ctx.createRadialGradient(110, 110, 42, 110, 110, 121);
      grd.addColorStop(0, '#FFFFFF');
      grd.addColorStop(1, '#E5E5E5');

      ctx.fillStyle = grd;
      // This should be completely clipped out!
      ctx.fillRect(0, 0, 1, 1);
    }
  </script>
</head>
<body onload="paintCanvas();">
  <canvas width=200 height=200 moz-opaque="true" id="mycanv"></canvas>
</body>
</html>

Messung V0.5
C=94 H=99 G=96

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.