Bug 154814

Summary: grid is not shown properly when zoomed in
Product: [Applications] kig Reporter: Vinzent Steinberg <vinzent.steinberg>
Component: generalAssignee: Pino Toscano <pino>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: grid is only partly drawn
rectangles are drawn instead of squares

Description Vinzent Steinberg 2007-12-29 15:16:59 UTC
Version:           0.90.0 (using KDE KDE 3.97.0)
Installed from:    SuSE RPMs
OS:                Linux

When zoomed in (and the grid becomes unsubtle) sometimes rectangles are rendered instead of squares. Furthermore the grid is not drawn properly at the edges of the canvas.

I will attach two screenshots showing the bug.
Comment 1 Vinzent Steinberg 2007-12-29 15:18:58 UTC
Created attachment 22758 [details]
grid is only partly drawn
Comment 2 Vinzent Steinberg 2007-12-29 15:19:48 UTC
Created attachment 22759 [details]
rectangles are drawn instead of squares
Comment 3 Pino Toscano 2007-12-29 16:20:59 UTC
SVN commit 754321 by pino:

Euclidean grid:
- extend its drawing so it covers the whole visible area
- use the same grid scale (the smallest one) for x and y steps

CCBUG: 154814


 M  +9 -6      coordinate_system.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=754321
Comment 4 Pino Toscano 2007-12-29 16:21:05 UTC
SVN commit 754322 by pino:

Euclidean grid:
- extend its drawing so it covers the whole visible area
- use the same grid scale (the smallest one) for x and y steps

CCBUG: 154814


 M  +9 -6      coordinate_system.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=754322
Comment 5 Pino Toscano 2007-12-29 16:21:09 UTC
SVN commit 754323 by pino:

Euclidean grid:
- extend its drawing so it covers the whole visible area
- use the same grid scale (the smallest one) for x and y steps

BUG: 154814


 M  +9 -6      coordinate_system.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=754323