On Mon, Feb 26, 2018 at 11:00:06AM +0000, Daniel P. Berrangé wrote:
Use the templates at
https://github.com/terinjokes/StickerConstructorSpec
to provide square and hexagon logos for libvirt, suitable for printing
as stickers.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
GIT complained about long lines in the SVG files, so this patch may be
mangled. If so, it is also at
https://github.com/berrange/libvirt/tree/stickers
Anyone know if its possible to easily line-wrap SVG files generated by
inkscape ?
The rendered SVG is here
http://people.redhat.com/berrange/logo-sticker-hexagon.png
http://people.redhat.com/berrange/logo-sticker-square.png
Note the borders would not actually be this thick in a printed sticker,
as this is including the bleed area.
docs/logos/README | 12 +
docs/logos/logo-sticker-hexagon.svg | 2479 +++++++++++++++++++++++++++++++++++
docs/logos/logo-sticker-square.svg | 2380 +++++++++++++++++++++++++++++++++
3 files changed, 4871 insertions(+)
create mode 100644 docs/logos/logo-sticker-hexagon.svg
create mode 100644 docs/logos/logo-sticker-square.svg
diff --git a/docs/logos/README b/docs/logos/README
index 872bd0f78b..bd37f5470f 100644
--- a/docs/logos/README
+++ b/docs/logos/README
@@ -62,6 +62,18 @@ format:
Bitmap sizes: 257x92, 800x286 px
+ - logo-sticker-square.svg
+
+ A logo formatted into a square shape with outline, suitable for printing
+ as a sticker. See
https://github.com/terinjokes/StickerConstructorSpec
+
+
+ - logo-sticker-hexagon.svg
+
+ A logo formatted into a hexagon shape with outline, suitable for printing
+ as a sticker. See
https://github.com/terinjokes/StickerConstructorSpec
+
+
Since you edited the template you referenced ^above, you added the whole thing
which I'm not sure is really necessary. There's also some leftover star object.
I think that we can keep the SVG as small as possible (that's actually the
reason why I created mine from scratch) an only incorporate what we absolutely
need, like the shape itself and measurements, so that we can export it to PDF
(I've heard that printing services actually prefer PDF). Also, I noticed that
you "went by eye" with placing the logo, I've got patches to mitigate this,
so
we should be then able to use proper alignment.
The spec doesn't specify the thickness of the border, I measure 4.17 here, I
received another template which also a few projects follow with the border
sized at 3.26 (not that I would care that much), the bleed area is the same
1.5mm in both cases.
Anyhow, I'm okay with the SVG if you squash in the patch in the attachment
(I think attachment is better than the long lines here).
Erik