- Status Closed
- Percent Complete
- Task Type Bug Report
- Category QCAD (main)
-
Assigned To
andrew - Operating System All
- Severity Low
- Priority Low
- Reported Version 3.24.2
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: QCAD Bugtracker
Opened by andrew - 11.03.2020
Last edited by andrew - 11.03.2020
Opened by andrew - 11.03.2020
Last edited by andrew - 11.03.2020
FS#2053 - Dots in line patterns not visible at extreme coordinates
Dots in line patterns are not displayed / printed at extreme coordinates.
Closed by andrew
11.03.2020 20:23
Reason for closing: Fixed
Additional comments about closing:
11.03.2020 20:23
Reason for closing: Fixed
Additional comments about closing:
https://github.com/qcad/q cad/commit/307a797ffdf465513bc77136d347b 09e9771dfae
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
Background: QPainterPath ignores points (which are actually line segments) with almost zero length. For this calculation and the comparison of the points Qt uses float (QPointF) and qFuzzyCompare.
References:
- QPainterPath::lineTo
- qFuzzyCompare