10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
Showing only changes of commit 78a761f9cf - Show all commits

View file

@ -3,8 +3,7 @@ title: 10print
tags:
- demoExample
---
{% assign pageBase = "../../" -%}
{% layout "hippie/full.liquid" %}
{% layout "hippie/simple.liquid" %}
{% block head %}
{{ block.super -}}
@ -16,14 +15,13 @@ tags:
{% endblock %}
{% block body %}
<canvas id="10print"></canvas>
<canvas id="pattern"></canvas>
{% endblock %}
{% block script %}
{{ block.super -}}
<script>
// Page script
const canvas = document.getElementById('10print');
const canvas = document.getElementById('pattern');
const ctx = canvas.getContext('2d');
const lineWidth = 20;