Browse Source

Add SvgHandler in Draw.io wiki guide

SvgHandler is needed to show SVG output from Draw.io in webbrowser.
DricomDragon 5 năm trước cách đây
mục cha
commit
8e75560bf7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Guides/wiki.md

+ 2 - 0
Guides/wiki.md

@@ -115,6 +115,8 @@ _todo_
 cd /var/www/mediawiki/extensions/
 
 sudo git clone https://github.com/mgeb/mediawiki-drawio-editor DrawioEditor
+
+sudo git clone https://github.com/p12tic/NativeSvgHandler.git
 ```
 
 **Fix SVG upload** : add `http://www.w3.org/1999/xhtml` in `/var/www/mediawiki/includes/upload/UploadBase.php`.