products/Sources/formale Sprachen/C/LibreOffice/sc/uiconfig/scalc/popupmenu/   (LibreOffice Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 2 kB image not shown  

Impressum 1353000-1.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/layout/reftests/canvas/1353000-1.html


<!DOCTYPE html>
<html>
<head>
<script>
function draw(id, r, c) {
  var txt = "TryToTaLLY-" + id + "__________" + r;
  var ctx = document.getElementById(id).getContext('2d');
  ctx.font = '15px Arial';
  ctx.fillStyle = c;
  if (r) {
      ctx.save();
      ctx.rotate(Math.PI / 4);
      ctx.fillText(txt, 2000);
      ctx.restore();
  }
  ctx.fillText(txt, 1020);
}
</script>
<style>
canvas { border: 1px solid silver; margin: 10px; }
</style>
</head>
<body>
<div style="float:left; transform: translate(300px, 150px) scale(3)">
    <canvas id="c1" width="120" height="50"></canvas>
</div>
<script>
draw("c1", true, "red");
draw("c1", false, "green");
</script>
</body>

Messung V0.5 in Prozent
C=91 H=96 G=93

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-06-04) ¤

*© 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.