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

Quelle  colrv1-05-ref.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/layout/reftests/font-face/colrv1-05-ref.html


<!DOCTYPE html>
<html>
<meta charset=utf-8>
<title>COLRv1 font test: compositing operators</title>
<style>
.ref { margin: 10px; padding: 10px; line-height: 0font-size: 0; }
span { display: inline-block; width: 100px; height: 100px; position: relative; }
</style>

<p>Some glyphs using PAINT_COMPOSITE:</p>
<!-- using blocks to imitate the composited layers in CAhem.ttf -->
<div class="ref">
  <span class=g>
    <div style="background: red; width: 70px; height: 70px; position: absolute; top: 0px; left: 0px;"></div>
    <div style="background: blue; width: 70px; height: 70px; position: absolute; bottom: 0px; right: 0px;"></div>
  </span>
  <span class=h>
    <div style="background: blue; width: 70px; height: 70px; position: absolute; bottom: 0px; right: 0px;"></div>
    <div style="background: red; width: 40px; height: 40px; position: absolute; top: 30px; left: 30px;"></div>
  </span>
  <span class=i>
    <div style="background: blue; width: 70px; height: 70px; position: absolute; bottom: 0px; right: 0px;"></div>
    <div style="background: white; width: 40px; height: 40px; position: absolute; top: 30px; left: 30px;"></div>
  </span>
  <span class=j>
    <div style="background: red; width: 40px; height: 40px; position: absolute; top: 30px; left: 30px;"></div>
  </span>
  <span class=k>
    <div style="background: red; width: 70px; height: 70px; position: absolute; top: 0px; left: 0px;"></div>
    <div style="background: blue; width: 70px; height: 70px; position: absolute; bottom: 0px; right: 0px;"></div>
    <div style="background: black; width: 40px; height: 40px; position: absolute; top: 30px; left: 30px;"></div>
  </span>
  <span class=l>
    <div style="background: red; width: 70px; height: 70px; position: absolute; top: 0px; left: 0px;"></div>
    <div style="background: blue; width: 70px; height: 70px; position: absolute; bottom: 0px; right: 0px;"></div>
    <div style="background: magenta; width: 40px; height: 40px; position: absolute; top: 30px; left: 30px;"></div>
  </span>
</div>

<p>And painting them to a canvas element:</p>
<canvas id=c width=600 height=100></canvas>
<script>
ctx = c.getContext("2d");

// glyph "g"
ctx.fillStyle = "red";
ctx.fillRect(007070);
ctx.fillStyle = "blue";
ctx.fillRect(30307070);
ctx.translate(1000);

// glyph "h"
ctx.fillStyle = "blue";
ctx.fillRect(30307070);
ctx.fillStyle = "red";
ctx.fillRect(30304040);
ctx.translate(1000);

// glyph "i"
ctx.fillStyle = "blue";
ctx.fillRect(30307070);
ctx.fillStyle = "white";
ctx.fillRect(30304040);
ctx.translate(1000);

// glyph "j"
ctx.fillStyle = "red";
ctx.fillRect(30304040);
ctx.translate(1000);

// glyph "k"
ctx.fillStyle = "red";
ctx.fillRect(007070);
ctx.fillStyle = "blue";
ctx.fillRect(30307070);
ctx.fillStyle = "black";
ctx.fillRect(30304040);
ctx.translate(1000);

// glyph "l"
ctx.fillStyle = "red";
ctx.fillRect(007070);
ctx.fillStyle = "blue";
ctx.fillRect(30307070);
ctx.fillStyle = "magenta";
ctx.fillRect(30304040);
ctx.translate(1000);

</script>

Messung V0.5 in Prozent
C=99 H=100 G=99

¤ Dauer der Verarbeitung: 0.15 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.