From 24b8387a5eb85a72e62eaa88cdca0c516d2db69f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 10 Sep 2015 00:12:01 +0100 Subject: Logo fiddling; put logo.svg in a square page. --- graphics/256x256/dcpomatic2.png | Bin 0 -> 30723 bytes graphics/256x256/dvdomatic.png | Bin 34999 -> 0 bytes graphics/512x512/dcpomatic2.png | Bin 0 -> 76032 bytes graphics/logo.svg | 41 ++++++++++++++++++++-------------------- graphics/make.sh | 2 +- 5 files changed, 22 insertions(+), 21 deletions(-) create mode 100644 graphics/256x256/dcpomatic2.png delete mode 100644 graphics/256x256/dvdomatic.png create mode 100644 graphics/512x512/dcpomatic2.png diff --git a/graphics/256x256/dcpomatic2.png b/graphics/256x256/dcpomatic2.png new file mode 100644 index 000000000..d12b00efb Binary files /dev/null and b/graphics/256x256/dcpomatic2.png differ diff --git a/graphics/256x256/dvdomatic.png b/graphics/256x256/dvdomatic.png deleted file mode 100644 index ea02e12c0..000000000 Binary files a/graphics/256x256/dvdomatic.png and /dev/null differ diff --git a/graphics/512x512/dcpomatic2.png b/graphics/512x512/dcpomatic2.png new file mode 100644 index 000000000..7036de427 Binary files /dev/null and b/graphics/512x512/dcpomatic2.png differ diff --git a/graphics/logo.svg b/graphics/logo.svg index ef10952de..c63f8be6a 100644 --- a/graphics/logo.svg +++ b/graphics/logo.svg @@ -9,12 +9,12 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="744.09448819" - height="1052.3622047" + width="1000" + height="1000" id="svg2" version="1.1" - inkscape:version="0.48.3.1 r9886" - sodipodi:docname="New document 1"> + inkscape:version="0.91 r13725" + sodipodi:docname="logo.svg"> @@ -50,10 +50,11 @@ + id="layer1" + transform="translate(0,-52.362188)"> + transform="matrix(0.7032172,0,0,0.7032172,162.40071,230.25043)"> diff --git a/graphics/make.sh b/graphics/make.sh index 36129d625..9058ef65d 100755 --- a/graphics/make.sh +++ b/graphics/make.sh @@ -4,4 +4,4 @@ width=$1 height=$2 output=$3 -inkscape -z -e $output -w $width -h $height -D finish-trace.svg +inkscape -C -z -e $output -w $width -h $height -D logo.svg -- cgit v1.2.3