From: Don Armstrong Date: Sat, 23 Aug 2014 16:22:20 +0000 (-0700) Subject: add initial set of svg and figures X-Git-Url: https://git.donarmstrong.com/?p=debbugs-presentations.git;a=commitdiff_plain;h=d3f5a40ee6ba29ea31997f985675674f35f67230 add initial set of svg and figures --- diff --git a/debconf14/figures/Makefile b/debconf14/figures/Makefile new file mode 100644 index 0000000..8856cfb --- /dev/null +++ b/debconf14/figures/Makefile @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +all: openlogo-crop.pdf bug_global_layout.pdf + +%-crop.pdf: %.pdf + pdfcrop $< + +%.pdf: %.svg + inkscape -A $@ $< + pdfcrop $@ $@ + +%.png: %.svg + inkscape -e $@ -d 300 $< + diff --git a/debconf14/figures/bug_global_layout.svg b/debconf14/figures/bug_global_layout.svg new file mode 100644 index 0000000..9117d3d --- /dev/null +++ b/debconf14/figures/bug_global_layout.svg @@ -0,0 +1,459 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + Web Frontend + Mail Backend + busoni + + + lindberg + + + + duarte + + + + smartsync + + + + dak + + + + e-mail + + + + + britney + + + + bugstatus + + debbugs + + + + + + + diff --git a/debconf14/figures/openlogo.pdf b/debconf14/figures/openlogo.pdf new file mode 100644 index 0000000..7cd2ddf Binary files /dev/null and b/debconf14/figures/openlogo.pdf differ