77 lines
2.4 KiB
HTML
77 lines
2.4 KiB
HTML
---
|
|
layout: null
|
|
---
|
|
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>balatro modded 100% completion</title>
|
|
<link rel="stylesheet" href="index.css">
|
|
</head>
|
|
<body>
|
|
<svg width="00" height="00" xmlns="http://www.w3.org/2000/svg" version="1.1">
|
|
<defs>
|
|
<filter id="tester" x="0" y="0" width="100%" height="100%">
|
|
<feImage href="https://textures.neocities.org/thumbnails/fabric/thumb_CANVAS1.jpg" preserveAspectRatio="xMidYMid meet" x="0" y="0" width="100%" height="100%"
|
|
result="texturing" />
|
|
<feBlend in="texturing" in2="SourceGraphic" mode="overlay" />
|
|
</filter>
|
|
</defs>
|
|
|
|
<image
|
|
href="https://c48248456fed0c3b1c2ea972d97f104bb3d5e727.mdnplay.dev/en-US/docs/Web/SVG/Reference/Element/feTile/mdn_logo_only_color.png"
|
|
x="0"
|
|
y="0"
|
|
width="80%"
|
|
height="80%"
|
|
style="filter:url(#tester);" />
|
|
</svg>
|
|
|
|
<!--
|
|
<svg id="deckprogress" class="tablecards"
|
|
viewBox="0 0 69 93" xmlns="http://www.w3.org/2000/svg" version="1.1">
|
|
<rect x="0" y="0" width="100%" height="100%" fill="gray" />
|
|
<rect x="0" y="50" width="100%" height="100%" fill="red" />
|
|
<rect x="0" y="85" width="100%" height="100%" fill="blue" />
|
|
|
|
<image
|
|
href="image/atlasdeck.png"
|
|
y="-5%" width="100%" height="110%" />
|
|
</svg>
|
|
|
|
|
|
<svg id="temper" class="tablecards"
|
|
viewBox="0 0 69 93" xmlns="http://www.w3.org/2000/svg" version="1.1">
|
|
<rect x="0" y="0" width="100%" height="100%" fill="gray" />
|
|
<rect x="0" y="50" width="100%" height="100%" fill="red" />
|
|
<rect x="0" y="85" width="100%" height="100%" fill="blue" />
|
|
|
|
<image
|
|
href="image/atlasdeck.png"
|
|
y="-5%" width="100%" height="110%" />
|
|
</svg>
|
|
-->
|
|
|
|
<svg id="table" viewbox="0 0 1000 1000"
|
|
xmlns="http://www.w3.org/2000/svg" version="1.1">
|
|
|
|
<defs>
|
|
<clipPath id="card_cutoff">
|
|
<rect width="63" height="93" />
|
|
</clipPath>
|
|
</defs>
|
|
|
|
<g id="g_tablecard">
|
|
|
|
<g id="g_deckprogress">
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|