- OSH: Open Source Hardware (Machines and other things that free the user of the domination and control by the producer)
This repo hosts a clean reproduction of the well known OSH gear logo.
The original SVG does not have a clean path, which leads to the following issues:
- Some parts are non-symmetrical.
This can be witnessed for example, when copying the gear, flipping it horizontally, and then trying to make the two overlap. - Editing the shape is a pain
It also does not have nice IDs.
The reason for all that, is probably that SVG was not the original source format. That seems to be Adobe Illustrator CS3.
Thus it is no big surprise, that some info (and quality) gets lost during the export to SVG.
We re-created the gear as close to the original as possible, but keeping a clean path. Inkscape was used to create the source file (SVG), and we recommend to use it for editing too, should that be necessary.
The source file contains:
- the clean gear in full
- the clean gear with the cutout on the bottom
- the shapes used to create the clean gear, by using union and difference operations
- the original gear (with cutout), once as-is and once flipped horizontally