From 1935f90231b856fe3b6ee85595d526cb228397f4 Mon Sep 17 00:00:00 2001 From: Andreas Gohr <andi@splitbrain.org> Date: Sat, 21 Jan 2017 13:51:53 +0100 Subject: [PATCH] increased the default limit for embedded SVGs to 2kb more complex material design icons can be somewhat larger than 1kb --- lib/plugins/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/admin.php b/lib/plugins/admin.php index ed0c56f6c..4e1cbbb33 100644 --- a/lib/plugins/admin.php +++ b/lib/plugins/admin.php @@ -36,7 +36,7 @@ class DokuWiki_Admin_Plugin extends DokuWiki_Plugin { * (Override this function for setting another image) * * Important: you have to return a single path, monochrome SVG icon! It has to be - * under 1024 bytes! + * under 2 Kilobytes! * * We recommend icons from https://materialdesignicons.com/ or to use a matching * style. -- GitLab