Skip to content

Instantly share code, notes, and snippets.

@rgchris
Last active July 3, 2019 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rgchris/a32edca2bf240cd68ea9f29a712ea131 to your computer and use it in GitHub Desktop.
Save rgchris/a32edca2bf240cd68ea9f29a712ea131 to your computer and use it in GitHub Desktop.
Rebol (and family) logos as a small set of SVG shapes.
Display the source blob
Display the rendered blob
Raw
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
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
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
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
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"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="280" height="280" viewBox="0,0 240,240">
<g id="Red_Logo" fill="none" stroke="none" stroke-width="3" stroke-linejoin="round" stroke-linecap="round">
<polygon
id="Bottom"
points="120,226 230,181 230,141 120,96 10,141 10,181"
fill="lightcoral"/>
<polygon
id="Bottom_Left"
points="120,186 120,226 10,181 10,141"
fill="pink"/>
<polygon
id="Middle"
points="120,171 190,141 190,101 120,71 50,101 50,141"
fill="lightcoral"/>
<polygon
id="Mid_Left"
points="120,131 120,171 50,141 50,101"
fill="pink"/>
<polygon
id="Top"
points="120,116 155,101 155,61 120,46 85,61 85,101"
fill="lightcoral"/>
<polygon
id="Top_Left"
points="120,76 120,116 85,101 85,61"
fill="pink"/>
<path
id="Pole"
d="M 109,20.5L109,60A11,5.5 0 0,0 120,65.5A11,5.5 0 0,0 131,60L131,20.5A11,5.5 0 0,0 120,15A11,5.5 0 0,0 109,20.5"
fill="lemonchiffon"/>
<polyline
id="Bottom_Outline_Left"
points="120,226 10,181 10,141 50,124.6"
stroke="firebrick"/>
<polygon
id="Bottom_Outline_Right"
points="190,124.6 230,141 120,186 120,226 230,181 230,141"
fill="firebrick" stroke="firebrick"/>
<polyline
id="Mid_Outline_Left"
points="50,141 50,101 85,86"
stroke="firebrick"/>
<polygon
id="Mid_Outline_Right"
points="155,86 190,101 120,131 120,171 190,141 190,101"
fill="firebrick" stroke="firebrick"/>
<polyline
id="Top_Outline_Left"
points="85,101 85,61 109,50.7"
stroke="firebrick"/>
<polygon
id="Top_Outline_Right"
points="131,50.7 155,61 120,76 120,116 155,101 155,61"
fill="firebrick" stroke="firebrick"/>
<path
id="Pole_Outline"
d="M109,61L109,20.5A11,5.5 0 0,1 120,15A11,5.5 0 0,1 131,20.5L131,61"
stroke="darkgoldenrod"/>
<path
id="Pole_Shadow"
d="M131,60A11,5.5 0 0,1 124,65.124L124,25.624A11,5.5 0 0,0 131,20.5L131,59.5Z"
fill="darkgoldenrod" stroke="darkgoldenrod"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment