[solved] Missing object
[solved] Missing object
I've got an odd problem I'm unable to figure out. When printing an svg-file an object is missing. I'll provide the .svg, a screenshot and a .pdf. What in the world am I doing wrong?
- Attachments
-
- mising-hedgehog.pdf
- (13.79 KiB) Downloaded 142 times
-
- missing-hedgehog.png (149.46 KiB) Viewed 976 times
-
- Brygg 29 - Hoary Hedgehog.svg
- (214.91 KiB) Downloaded 251 times
Re: Missing object
First guess you have a very thin stroke set on the missing object which is a cairo bug if I'm not mistaken.
Checking.
Edit: yes, that's it. Hedgehog having a 0,031 px wide stroke set.
Removing it/setting it wider should solve the problem.
Checking.
Edit: yes, that's it. Hedgehog having a 0,031 px wide stroke set.
Removing it/setting it wider should solve the problem.
-
- Posts: 2344
- Joined: Sun Apr 14, 2013 12:04 pm
- Location: Michigan, USA
Re: Missing object
Found the same... changing stroke to 0.1px resolves the issue here.
Have a nice day.
I'm using Inkscape 0.92.2 (5c3e80d, 2017-08-06), 64 bit win8.1
The Inkscape manual has lots of helpful info! http://tavmjong.free.fr/INKSCAPE/MANUAL/html/
I'm using Inkscape 0.92.2 (5c3e80d, 2017-08-06), 64 bit win8.1
The Inkscape manual has lots of helpful info! http://tavmjong.free.fr/INKSCAPE/MANUAL/html/
Re: Missing object
Great! Changing stroke made all the difference. I would never have found that error on my own. Thanks a lot!
Re: [solved] Missing object
You are welcome!