Skip to content

Instantly share code, notes, and snippets.

View faceless2's full-sized avatar

Mike Bremford faceless2

View GitHub Profile
@faceless2
faceless2 / line-screen_192lpi.svg
Created December 6, 2019 10:30
Halftoned SVG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@faceless2
faceless2 / index.html
Created January 9, 2020 11:19
Force Line Breaking test // source https://jsbin.com/jupalic/13
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Force Line Breaking test</title>
<style>
section {
margin-top: 2em;
}
p {
margin: 0.5em;
@faceless2
faceless2 / t.xht
Last active February 27, 2020 17:54
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
:root {
counter-reset: page 0 b 0 e 0;
}
@page {
counter-increment: page 1 b 1;
margin: 36px;
@faceless2
faceless2 / math.xml
Created August 23, 2020 14:38
MathML with font-size
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mfenced>
<mtable>
<mtr>
<mtd>
<mfenced>
<mtable>
<mtr>
@faceless2
faceless2 / lchgradient.xht
Created February 26, 2021 20:34
LCH gradient demo
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
.outer {
display:inline-block;
}
.outer div {
width: 100px;
height: 50px;