summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-06-06 10:18:26 -0400
committerbnewbold <bnewbold@robocracy.org>2012-06-06 10:18:26 -0400
commit7ddd4409845e8895316d7b378b4364037312da40 (patch)
tree6bacb7c5c4147a178a6e23a8bb88f7e24f19762d
parentaf6b57370f37d6bf2cff0164569fe1d88e4ae70b (diff)
downloadknowledge-7ddd4409845e8895316d7b378b4364037312da40.tar.gz
knowledge-7ddd4409845e8895316d7b378b4364037312da40.zip
inkscape beef
-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.