summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3fc1ecf)
raw | patch | inline | side by side (parent: 3fc1ecf)
author | cilix42 <cilix42@users.sourceforge.net> | |
Sun, 6 Jan 2008 14:10:21 +0000 (14:10 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Sun, 6 Jan 2008 14:10:21 +0000 (14:10 +0000) |
src/box3d.cpp | patch | blob | history |
diff --git a/src/box3d.cpp b/src/box3d.cpp
index 0add188e7cbd1a163b640a5d39f6c146072f798d..3fe9787e37dd5e8dbfc2a05a63efd1435b6cd0da 100644 (file)
--- a/src/box3d.cpp
+++ b/src/box3d.cpp
transf_persp = persp;
}
- /* only transform the perspective once, even it it has several selected boxes */
+ /* only transform the perspective once, even if it has several selected boxes */
if(!persp3d_was_transformed (transf_persp)) {
/* concatenate the affine transformation with the perspective mapping; this
function also triggers repr updates of boxes and the perspective itself */
persp3d_unset_transforms(transf_persp);
}
- /***
- // FIXME: We somehow have to apply the transformation to strokes, patterns, and gradients. How?
NR::Matrix ret(NR::transform(xform));
gdouble const sw = hypot(ret[0], ret[1]);
gdouble const sh = hypot(ret[2], ret[3]);
// Adjust LPE
sp_item_adjust_livepatheffect(item, xform);
}
- ***/
return NR::identity();
}