Closed
Bug 797359
Opened 13 years ago
Closed 13 years ago
Increase size of tile debug overlay
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: BenWa, Unassigned)
Details
Attachments
(1 file)
1.40 KB,
patch
|
cwiiis
:
review+
|
Details | Diff | Splinter Review |
It's too small for the video capture
Attachment #667484 -
Flags: review?(chrislord.net)
Comment 1•13 years ago
|
||
Comment on attachment 667484 [details] [diff] [review]
patch
Review of attachment 667484 [details] [diff] [review]:
-----------------------------------------------------------------
Looks fine to me, one note that is likely unimportant.
::: gfx/layers/basic/BasicTiledThebesLayer.cpp
@@ +45,4 @@
> c.Stroke();
>
> c.NewPath();
> + cairo_move_to(cr, 4, 27);
should this be 4, 28? (13 + (25 - 10))
Attachment #667484 -
Flags: review?(chrislord.net) → review+
Reporter | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•