commit: e5518151d7096bb4f3cc876b97f6831f1716ed23 Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org> AuthorDate: Sat Sep 12 10:56:15 2015 +0000 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org> CommitDate: Sat Sep 12 10:58:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e5518151
ebuild-writing: functions: diagram.svg: Fix the SVG ViewBox value Fix the SVG ViewBox value so all ebuild functions are displayed. Thanks to Alex Legler <a3li <AT> gentoo.org> X-Gentoo-Bug: 548418 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=548418 ebuild-writing/functions/diagram.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebuild-writing/functions/diagram.svg b/ebuild-writing/functions/diagram.svg index 34ae53b..22e8108 100644 --- a/ebuild-writing/functions/diagram.svg +++ b/ebuild-writing/functions/diagram.svg @@ -6,7 +6,7 @@ version="1.0" width="1100" height="80" - viewBox="0 100 830 80" + viewBox="-130 100 1100 80" id="svg2503"> <defs id="defs2577" />
