diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-06-12 20:20:51 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-06-12 20:20:51 +0000 |
| commit | 21f04a292dafc2cfd1374609720c458124c5b9a4 (patch) | |
| tree | 1a38adb5df88eb36bafb6d055b55faf6b0d69cba /src/node-context.cpp | |
| parent | update 2geom (diff) | |
| download | inkscape-21f04a292dafc2cfd1374609720c458124c5b9a4.tar.gz inkscape-21f04a292dafc2cfd1374609720c458124c5b9a4.zip | |
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
(bzr r5915)
Diffstat (limited to 'src/node-context.cpp')
| -rw-r--r-- | src/node-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node-context.cpp b/src/node-context.cpp index 286f55c4b..40b983360 100644 --- a/src/node-context.cpp +++ b/src/node-context.cpp @@ -182,7 +182,7 @@ sp_node_context_generate_helperpath(SPDesktop *desktop, SPPath *path) { // This should be put somewhere else under the name of "generate helperpath" or something. Because basically this is copied of code from nodepath... SPCurve *curve_new = sp_path_get_curve_for_edit(path); SPCurve *flash_curve = curve_new->copy(); - flash_curve->transform(sp_item_i2d_affine(SP_ITEM(path))); + flash_curve->transform(from_2geom(sp_item_i2d_affine(SP_ITEM(path)))); SPCanvasItem * canvasitem = sp_canvas_bpath_new(sp_desktop_tempgroup(desktop), flash_curve); // would be nice if its color could be XORed or something, now it is invisible for red stroked objects... // unless we also flash the nodes... |
