When inserting multiple images (in my case 30+) and after saving and re-opening the dxf the path in the image properties are lost such that only the image placeholder appears in draft view, but the image itself does not appear.
In the attached dxf use layer "EvacRoutes" - the 30'ish 3x3m squares visible in draft view are images of the attached hydrants, reels and extinguishers. The base map is on layer xBasePlan and is the image "KMDL 2013 Site Plan.jpg". Note in image properties path is gone.
I downloaded the KMDL.zip file, opened it with 2.0.0rc3, and everything is normal to me.
Please confirm the screenshot attached. If it's the expected behavior, please test with the newest builds (2.0.0rc3 or master branch HEAD).
Odd. Your png looks exactly right. Mine attached. I'm in draft view otherwise I don't see the image. I was running 2.0.0rc2, but have now installed rc3
This seems to be an Windows issue.
I can reproduce it on Windows and it is working on Linux with latest builds.
I will see what I can find.
Fixed in master branch, commit
1f19f66a15b640d972f88a74f39c7d16469ad7b0
Please, test and close if the bug are solved
Where would I find that please? I've been cruising around SF, but not found anything like what you mention.
Hi Mark,
Two options:
If anyone prepares a new windows build I will try to upload one on Monday
I added one installer to the 2.0.0rc3/ folder.
Please test the latest installer within the folder.
Thanks, that's fixed it, but the solution seems to have caused printing related problems. When printing the dxf in the latest build the printer output is a solid block of colour. It may be related to the default colour of one of the layers being printed. In my case the printer output was solid red if there was a red layer included or solid white otherwise. I tried printing the same layers from the same dxf in an older build of rc3 and from the latest build of rc3. The results are attached: KMDL_2_0_0_rc3a.pdf is from an older build and KMDL_2_0_0_rc3b.pdf is from the latest build. Would you like me to log a separate bug?
Hi Mark,
Always the best is separated bug reports, but I made some tests about the print problem:
Last installer (Qt 5.2, gcc 4.8.0) => bad printing
same source compiled with
Qt 4.8 & gcc 4.6.0 => good printing
Qt 5.1 & gcc 4.8.0 => good printing
May be a Qt 5.2 bug