Skip to content

Instantly share code, notes, and snippets.

@PM2Ring
Last active May 24, 2025 19:54
Show Gist options
  • Select an option

  • Save PM2Ring/28f67c4b26e172e3108ff7a44be71e3c to your computer and use it in GitHub Desktop.

Select an option

Save PM2Ring/28f67c4b26e172e3108ff7a44be71e3c to your computer and use it in GitHub Desktop.
Miscellaneous SVGs
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg"
width="480" height="480" viewBox="0 0 201 201">
<title>Greek Cross, 4 color</title>
<style>
/* 10 60 250 300, -45 45 -120 120 */
.c0{fill:oklch(0.7 0.13 100)}
.c1{fill:oklch(0.7 0.13 15)}
.c2{fill:oklch(0.7 0.13 150)}
.c3{fill:oklch(0.7 0.13 250)}
</style>
<defs>
<pattern id="checker" patternUnits="userSpaceOnUse" width="20" height="20">
<g fill="#aaa">
<rect width="10" height="10"/>
<rect width="10" height="10" x="10" y="10"/>
</g>
</pattern>
<path id="gc" d="M10,10 v-10 h10 v10 h10 v10 h-10 v10 h-10 v-10 h-10 v-10 z"/>
<pattern id="tcross" patternUnits="userSpaceOnUse" width="100" height="100"
patternTransform="matrix(3,-1, 1,3, 0,0) scale(0.316227766)">
<g style="stroke:#333; stroke-linejoin:round;
stroke-width:0.5; stroke-opacity:0.7; fill-opacity:0.9">
<use href="#gc" x="-20" y="0" class="c0"/>
<use href="#gc" x="0" y="40" class="c0"/>
<use href="#gc" x="40" y="20" class="c0"/>
<use href="#gc" x="80" y="0" class="c0"/>
<use href="#gc" x="10" y="10" class="c1"/>
<use href="#gc" x="30" y="50" class="c1"/>
<use href="#gc" x="70" y="30" class="c1"/>
<use href="#gc" x="-20" y="50" class="c2"/>
<use href="#gc" x="0" y="-10" class="c2"/>
<use href="#gc" x="20" y="30" class="c2"/>
<use href="#gc" x="80" y="50" class="c2"/>
<use href="#gc" x="-10" y="20" class="c3"/>
<use href="#gc" x="10" y="60" class="c3"/>
<use href="#gc" x="30" y="0" class="c3"/>
<use href="#gc" x="90" y="20" class="c3"/>
</g>
</pattern>
<pattern id="cross" patternUnits="userSpaceOnUse"
width=" 63.2455532" height=" 63.2455532"
patternTransform="matrix(3,1, -1,3, 0,0) scale(0.316227766)" >
<rect width="100%" height="100%" fill="url(#tcross)"/>
</pattern>
</defs>
<g transform="translate(0.5, 0.5)">
<g style="stroke:#444; stroke-width:1">
<rect x="-0.5" y="-0.5" width="100%" height="100%" fill="url(#checker)"/>
<rect x="-0.5" y="-0.5" width="100%" height="100%" fill="url(#cross)"/>
</g>
</g>
</svg>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@PM2Ring
Copy link
Author

PM2Ring commented Jun 25, 2022

photon-2

@PM2Ring
Copy link
Author

PM2Ring commented Jul 28, 2022

@PM2Ring
Copy link
Author

PM2Ring commented Jun 25, 2023

SCGmAanim

@PM2Ring
Copy link
Author

PM2Ring commented Aug 5, 2023

tromino tiling

@PM2Ring
Copy link
Author

PM2Ring commented Jul 4, 2024

liss
Animated Lissajous, using Bézier curves.

@PM2Ring
Copy link
Author

PM2Ring commented Jul 30, 2024

worldmap test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment