summaryrefslogtreecommitdiffstats
path: root/software/misc.page
diff options
context:
space:
mode:
Diffstat (limited to 'software/misc.page')
-rw-r--r--software/misc.page9
1 files changed, 9 insertions, 0 deletions
diff --git a/software/misc.page b/software/misc.page
index 62147d3..8152c92 100644
--- a/software/misc.page
+++ b/software/misc.page
@@ -114,3 +114,12 @@ USB Performance Issues
Parallelized mass storage transfers are much slower than serialized:
http://blog.dinkevich.com/why-usb-transfers-are-slow/
+
+Inkscape Black Rectangle Box Issue
+-------------------------------------
+For some reason Inkscape sometimes inserts a black box into .svg files which
+are invisible within Inkscape but visible when exported.
+
+To remove this box, edit the raw XML using the XML Editor in Inkscape
+(Shift-Ctrl-X), look for an svg:flowRoot element within the first layer, and
+delete it.