- Status Closed
- Percent Complete
- Task Type Bug Report
- Category QCAD (main)
-
Assigned To
andrew - Operating System macOS (All)
- Severity Low
- Priority Very Low
- Reported Version 3.24.3
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: QCAD Bugtracker
Opened by johan162 - 02.06.2020
Last edited by andrew - 03.06.2020
Opened by johan162 - 02.06.2020
Last edited by andrew - 03.06.2020
FS#2082 - File > Print / PDF Export: Handling of block references on non-plottable layer
QCadPro - MacOS Mojave (10.14.6)
Version: 3.24.3.0 (3.24.3)
Build Date: Mar 16 2020
Revision: 6e718a8
Qt Version: 5.13.2
Architecture: x86_64
Compiler: Clang 10.0.0
In the attached .dxf file is a simple drawing (a wooden deck). In the layout space (of A3 size) there are two viewports (one of the frames and one with the decking).
In the left viewport a spurious enlarged part of the block “stolpe” (eng. column) has appeared in the exported PDF (not visible in either the layout nor the model space). See attached .PDF where it is clearly visible.
So it seems that the interaction of blocks with viewport triggers a bug.
Closed by andrew
03.06.2020 08:07
Reason for closing: Fixed
Additional comments about closing:
03.06.2020 08:07
Reason for closing: Fixed
Additional comments about closing:
https://github.com/qcad/q cad/commit/714a4003f3ca6bc9dcec52e6e0b14 ebae10a9112
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
The problem only seems to appear if a block with entities on plottable layers is placed on a non-plottable layer. In this case block "stolpe" has been inserted on layer "Guide" which is set to non-plottable.
As workaround, make layer "Guide" plottable or insert the blocks on a different layer that is plottable.
Thanks for the workaround. (The use of the non-plottable guide-layer for a normal block was non intentional.)