diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-06-06 10:18:26 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-06-06 10:18:26 -0400 |
commit | 7ddd4409845e8895316d7b378b4364037312da40 (patch) | |
tree | 6bacb7c5c4147a178a6e23a8bb88f7e24f19762d | |
parent | af6b57370f37d6bf2cff0164569fe1d88e4ae70b (diff) | |
download | knowledge-7ddd4409845e8895316d7b378b4364037312da40.tar.gz knowledge-7ddd4409845e8895316d7b378b4364037312da40.zip |
inkscape beef
-rw-r--r-- | software/misc.page | 9 |
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. |