From 084c5555f21a6e927e4de98fdb66c4c408626f58 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 30 Mar 2018 20:37:11 -0400 Subject: print through web browser (#127) * spawn a web server and open a printable view of the design in the user's web browser * configurable inclusion of client and operator views * editable fields for color names, client, title, and purchase order number * groundwork laid to save these parameters back into the SVG * major refactor of codebase to support printing * code is organized logically into modules * added inkstitch logo and branding guidelines * l10n text extraction now handled by babel * removed legacy embroider_update extension * partial fix for #125 --- images/logos/README.md | 1 + images/logos/inkstitch_branding_quickguide.svg | 705 +++++++++++++++++++++++++ images/logos/inkstitch_colour_logo.svg | 27 + images/logos/inkstitch_official_logo.svg | 20 + 4 files changed, 753 insertions(+) create mode 100644 images/logos/README.md create mode 100644 images/logos/inkstitch_branding_quickguide.svg create mode 100644 images/logos/inkstitch_colour_logo.svg create mode 100644 images/logos/inkstitch_official_logo.svg (limited to 'images') diff --git a/images/logos/README.md b/images/logos/README.md new file mode 100644 index 00000000..0ac9c52f --- /dev/null +++ b/images/logos/README.md @@ -0,0 +1 @@ +This directory contains the official Ink/Stitch logo and a companion branding guide. Note that these are plain SVGs and are not embroidery designs. diff --git a/images/logos/inkstitch_branding_quickguide.svg b/images/logos/inkstitch_branding_quickguide.svg new file mode 100644 index 00000000..8fb90737 --- /dev/null +++ b/images/logos/inkstitch_branding_quickguide.svg @@ -0,0 +1,705 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/logos/inkstitch_colour_logo.svg b/images/logos/inkstitch_colour_logo.svg new file mode 100644 index 00000000..d9a298cf --- /dev/null +++ b/images/logos/inkstitch_colour_logo.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + diff --git a/images/logos/inkstitch_official_logo.svg b/images/logos/inkstitch_official_logo.svg new file mode 100644 index 00000000..8c0b5f9b --- /dev/null +++ b/images/logos/inkstitch_official_logo.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + -- cgit v1.2.3