From b793a194c631b8ebe0dd4ed0cf68294ad55e4b5e Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Wed, 25 Mar 2015 20:39:15 +0100 Subject: [PATCH] Alternate SVG version of Polytech Instrumentation --- img/Makefile | 3 +++ img/polytechInstrumentation.svg | 169 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 172 insertions(+), 0 deletions(-) create mode 100644 img/polytechInstrumentation.svg diff --git a/img/Makefile b/img/Makefile index ddc37c5..585364d 100755 --- a/img/Makefile +++ b/img/Makefile @@ -31,6 +31,9 @@ legoEducation.png: convert $@ -resize x200 $@ optipng -o7 $@ +polytechInstrumentation2.png: polytechInstrumentation.svg + convert -background none $< $@ + # DESCRIPTION descDescriptif.jpg: orig/descDescriptif.jpg convert $< -set option:size '%[fx:min(w,h)]x%[fx:min(w,h)]' xc:none +swap -gravity center -composite -resize x400 -quality 90% $@ diff --git a/img/polytechInstrumentation.svg b/img/polytechInstrumentation.svg new file mode 100644 index 0000000..732461e --- /dev/null +++ b/img/polytechInstrumentation.svg @@ -0,0 +1,169 @@ + + + +image/svg+xml \ No newline at end of file -- libgit2 0.21.2