Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
dschoerk committed Apr 8, 2015
1 parent 7aed619 commit e227aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo_DvisualizationWT/source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ void init()


auto testStroke = vgCreatePaint();
vgSetParameterfv(testStroke, VG_PAINT_COLOR, 4, cast(float*) cstroke);
vgSetParameterfv(testStroke, VG_PAINT_COLOR, cstroke);
vgSetPaint(testStroke, VG_STROKE_PATH);

auto testFill = vgCreatePaint();
vgSetParameterfv(testFill, VG_PAINT_COLOR, 4, cast(float*) cfill);
vgSetParameterfv(testFill, VG_PAINT_COLOR, cfill);
vgSetPaint(testFill, VG_FILL_PATH);

foreach(i; iota(0,150))
Expand Down

0 comments on commit e227aae

Please sign in to comment.