Bug 154814 - grid is not shown properly when zoomed in
Summary: grid is not shown properly when zoomed in
Status: RESOLVED FIXED
Alias: None
Product: kig
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Pino Toscano
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-29 15:16 UTC by Vinzent Steinberg
Modified: 2007-12-29 16:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
grid is only partly drawn (73.46 KB, image/png)
2007-12-29 15:18 UTC, Vinzent Steinberg
Details
rectangles are drawn instead of squares (84.26 KB, image/png)
2007-12-29 15:19 UTC, Vinzent Steinberg
Details

Note You need to log in before you can comment on or make changes to this bug.
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