QCAD Bugtracker

  • Status Closed
  • Percent Complete
    100%
  • 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

FS#2053 - Dots in line patterns not visible at extreme coordinates

Dots in line patterns are not displayed / printed at extreme coordinates.

See also:
https://qcad.org/rsforum/viewtopic.php?f=89&t=7053

Closed by  Andrew
11.03.2020 20:23
Reason for closing:  Fixed
Additional comments about closing:  

https://github.com/qcad/qcad/commit /307a797ffdf465513bc77136d347b09e9771dfa e

Admin
Andrew commented on 11.03.2020 20:21

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

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing