diff options
Diffstat (limited to 'src/display/canvas-bpath.cpp')
| -rw-r--r-- | src/display/canvas-bpath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/canvas-bpath.cpp b/src/display/canvas-bpath.cpp index a9285f952..17c880017 100644 --- a/src/display/canvas-bpath.cpp +++ b/src/display/canvas-bpath.cpp @@ -140,7 +140,7 @@ sp_canvas_bpath_update (SPCanvasItem *item, NR::Matrix const &affine, unsigned i if ((cbp->fill_rgba & 0xff) || (cbp->stroke_rgba & 0xff)) { Path* thePath=new Path; - thePath->LoadArtBPath(SP_CANVAS_BPATH(cbp->curve), affine, true); + thePath->LoadArtBPath(SP_CURVE_BPATH(cbp->curve), affine, true); thePath->Convert(0.25); if ((cbp->fill_rgba & 0xff) && (cbp->curve->end > 2)) { Shape* theShape=new Shape; |
