products/Sources/formale Sprachen/C/LibreOffice/sd/qa/unit/data/pptx/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 32 kB image not shown  

Impressum clip-multiple-paths.html   Sprache: unbekannt

 
<!DOCTYPE html>
<html>
<head>
<canvas id="canvas" width="100" height="100"></canvas>

<script>

var canvas = document.getElementById('canvas');
var ctx = canvas.getContext('2d');

ctx.fillStyle = '#0f0';
ctx.fillRect(0, 0, 100, 100);

ctx.beginPath();
ctx.rect(30, 30, 40, 40);
ctx.clip();

ctx.beginPath();
ctx.arc(50, 50, 25, 0, 2 * Math.PI);
ctx.clip();

ctx.fillStyle = '#f00';

ctx.fillRect(0, 0, 100, 100);

</script>
</body></html>

Messung V0.5 in Prozent
C=95 H=95 G=94

[Seitenstruktur0.10Druckenetwas mehr zur Ethik2026-04-26]