progress at term deadline
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include "mydrawing.h"
|
||||
//#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
MyDrawing::MyDrawing()
|
||||
@@ -123,4 +122,5 @@ void setLargePixel(GraphicsContext *gc, int x, int y)
|
||||
gc->setPixel(x - 1, y);
|
||||
gc->setPixel(x - 1, y - 1);
|
||||
gc->setPixel(x, y - 1);
|
||||
gc->setPixel(x + 1, y - 1);
|
||||
gc->setPixel(x + 1, y - 1);
|
||||
}
|
||||
Reference in New Issue
Block a user