diff options
author | scuri <scuri> | 2010-05-13 21:03:56 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-05-13 21:03:56 +0000 |
commit | 34905c1aa0d7cb2dc7e3c709db36b7d0f556fd88 (patch) | |
tree | 4b0c92bf96d33b7637cfb48d46351fbca5099e1b /test/simple/simple.c | |
parent | d398073d6172282659e91eeaa2d6452a3144ebc3 (diff) |
*** empty log message ***
Diffstat (limited to 'test/simple/simple.c')
-rw-r--r-- | test/simple/simple.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/simple/simple.c b/test/simple/simple.c index 6091eb6..3207352 100644 --- a/test/simple/simple.c +++ b/test/simple/simple.c @@ -721,10 +721,12 @@ int SimpleDrawAll(void) cdLine(0, 10, w, 10); cdLineStyle(CD_DASHED); cdLine(0, 20, w, 20); - cdLineStyle(CD_DASH_DOT); + cdLineStyle(CD_DOTTED); cdLine(0, 30, w, 30); - cdLineStyle(CD_DASH_DOT_DOT); + cdLineStyle(CD_DASH_DOT); cdLine(0, 40, w, 40); + cdLineStyle(CD_DASH_DOT_DOT); + cdLine(0, 50, w, 50); /* draws all the hatch style possibilities */ cdHatch(CD_VERTICAL); @@ -828,8 +830,8 @@ int SimpleDrawAll(void) // cdPutImageRGB(IMAGE_SIZE, IMAGE_SIZE, red, green, blue, 100, h - 200, IMAGE_SIZE, IMAGE_SIZE); // cdPutImageRGBA(IMAGE_SIZE, IMAGE_SIZE, red, green, blue, alpha, 100, h - 200, IMAGE_SIZE, IMAGE_SIZE); - cdPutImageRGB(IMAGE_SIZE, IMAGE_SIZE, red, green, blue, w - 400, h - 310, 3*IMAGE_SIZE, 3*IMAGE_SIZE); -// cdPutImageRGBA(IMAGE_SIZE, IMAGE_SIZE, red, green, blue, alpha, w - 400, h - 310, 3*IMAGE_SIZE, 3*IMAGE_SIZE); +// cdPutImageRGB(IMAGE_SIZE, IMAGE_SIZE, red, green, blue, w - 400, h - 310, 3*IMAGE_SIZE, 3*IMAGE_SIZE); + cdPutImageRGBA(IMAGE_SIZE, IMAGE_SIZE, red, green, blue, alpha, w - 400, h - 310, 3*IMAGE_SIZE, 3*IMAGE_SIZE); cdSetAttribute("ROTATE", NULL); if (use_transform) |