Hello,

I'm running Qt 5.3.2 on Windows 8 and from drawing some vertical lines using QGraphicsLineItem I am getting a similar crash in debug runs occasionally (about once every five runs):

Qt Code:
  1. ASSERT: "width > 0.0" in file painting\qrasterizer.cpp, line 773
To copy to clipboard, switch view to plain text mode 
Are there any recommendations on how to handle this?

Thank you