File:1o5dots.svg

Summary

Description
Deutsch: Das hiermit gekennzeichnete Rezept ist sehr einfach und auch für echte Anfänger problemlos nachzukochen.
English: 1 of 5 dots rating for Wikibooks Cookbook: A recipe marked 1 of 5 is very easy for even inexperienced cooks to prepare. There should be no problems making this meal.
Date
Source Own work
Author Jmoellenhoff
Other versions
Difficulty levels of Cookbook's recipes
(view) (discuss)

Very easy recipe

Fairly easy recipe

Moderately difficult recipe

Fairly difficult recipe

Very difficult recipe
SVG development
InfoField
 
The SVG code is valid.
Category:Valid SVG created with Text Editor:Icons
 
This icon was created with a text editor.
Category:SVG simplified icons●Zero#♦
 
Please do not replace the simplified code of this file with a version created with Inkscape or any other vector graphics editor
Category:SVG simplification by cloning
300 bytes would be enough for that simple drawing
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="12" stroke="#c8c8c8" fill="#fff">
<circle cx="6" cy="6" r="5.5" fill="#3cc83c"/>
<circle cx="19" cy="6" r="5.5"/>
<circle cx="32" cy="6" r="5.5"/>
<circle cx="45" cy="6" r="5.5"/>
<circle cx="58" cy="6" r="5.5"/>
</svg>
For the "Very difficult recipe" colors, 342 bytes are enough
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="12" stroke="#c8c8c8">
<circle cx="6" cy="6" r="5.5" fill="#3cc83c"/>
<circle cx="19" cy="6" r="5.5" fill="#84ff01"/>
<circle cx="32" cy="6" r="5.5" fill="#ff0"/>
<circle cx="45" cy="6" r="5.5" fill="#f8bf24"/>
<circle cx="58" cy="6" r="5.5" fill="#f00"/>
</svg>

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:Self-published work#1o5dots.svgCategory:PD-self#1o5dots.svg Category:Color codes#dots1
Category:Color codes Category:PD-self Category:SVG simplification by cloning Category:SVG simplified icons●Zero Category:Self-published work Category:Valid SVG created with Text Editor:Icons