Skip to content

Instantly share code, notes, and snippets.

@osvein
Last active December 8, 2020 02:11
Show Gist options
  • Select an option

  • Save osvein/40f53d172a9fe0a3d299c90c792c0b9b to your computer and use it in GitHub Desktop.

Select an option

Save osvein/40f53d172a9fe0a3d299c90c792c0b9b to your computer and use it in GitHub Desktop.
.55, .03, .81, .09
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.
.bg {
stroke: none;
fill: #21002D;
}
#sung {
filter: url(#sunglow);
}
.sun {
stroke: none;
fill: url(#sungrad);
mask: url(#sunmask);
}
.grid {
stroke-width: 0.005;
stroke: #AE3CD7;
fill: none;
filter: url(#gridglow);
}
.orang {
stroke: none;
fill: orangered;
opacity: 0;
}
.orang_stroke {
stroke: orangered;
stroke-width: 0.05;
fill: none;
}
.orang_eye {
fill: url(#orang_eye);
}
.orang_mouth {
fill: #7F2300;
}
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment