redkakapo Decal Repository ========================== Jakob Klein CC-BY unless other stated (kleinjakob@gmail.com) Share Alike (e.g. CC) is appreciated but not strictly required. ## Licences As given by https://creativecommons.org/share-your-work/cclicenses/ > CC BY > > This license enables reusers to distribute, remix, adapt, and build > upon the material in any medium or format, so long as attribution is > given to the creator. The license allows for commercial use. > CC BY includes the following elements: > > - BY: credit must be given to the creator. CC BY with Share Alike (SA) would be: > CC BY SA > > This license enables reusers to distribute, remix, adapt, and build > upon the material in any medium or format, so long as attribution is > given to the creator. The license allows for commercial use. If you > remix, adapt, or build upon the material, you must license the > modified material under identical terms. > CC BY-SA includes the following elements: > > - BY: credit must be given to the creator. > - SA: Adaptations must be shared under the same terms. ## Technicalities All SVGs are as simple as possible to allow for best compatibility. Dimensions are in (Postscript) Points (pt), whereas 1 pt equals 1/72 in per definition, yealding a metric equivalent of 0.35277778mm per pt. SVG as a vector format uses RGB however for printing CMYK is mostly used. I am currently figuring out a way to embed the CMYK info in the SVGs. Possibilities are: `device-cmyk()` and maybe `icc-named-color()` for swatch/spot colors like non standard white toner/ink. [^1]https://stackoverflow.com/questions/3405689/svg-image-with-cmyk-colours-is-it-possible