Skip to content

Instantly share code, notes, and snippets.

View Sharktheone's full-sized avatar
😝
yaaaay :3

Shark Sharktheone

😝
yaaaay :3
  • Between lines of code
View GitHub Profile
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>WebKit note-drag trail repro</title>
<style>
html, body {
margin: 0;
height: 100%;
@Sharktheone
Sharktheone / svg-trains-repro.html
Created June 17, 2026 13:28
Webkit SVG moving element trails
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>WebKit note-drag trail repro</title>
<style>
html, body {
margin: 0;
height: 100%;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WebKit SVG fit-content repro (minimal)</title>
<style>
header {
display: flex;
justify-content: space-between;
@Sharktheone
Sharktheone / Arch-Mojo.md
Last active December 10, 2024 14:08
Install the new mojo programming language on Arch. This will be obsolete when mojo adds official Arch support.