diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-01-09 02:40:03 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-01-09 02:40:03 +0000 |
| commit | e02a2538ec72f8d8aaaab5f62b5fb57da9ca1cdc (patch) | |
| tree | 2b7f78d4304636620999003baa1efd7601f942d7 /src/box3d-side.h | |
| parent | Khmer translations updated (diff) | |
| download | inkscape-e02a2538ec72f8d8aaaab5f62b5fb57da9ca1cdc.tar.gz inkscape-e02a2538ec72f8d8aaaab5f62b5fb57da9ca1cdc.zip | |
Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying 'convert to path' (closes LP #179693 and #176646).
(bzr r4439)
Diffstat (limited to 'src/box3d-side.h')
| -rw-r--r-- | src/box3d-side.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/box3d-side.h b/src/box3d-side.h index d2a1d62c9..1b6813f46 100644 --- a/src/box3d-side.h +++ b/src/box3d-side.h @@ -46,6 +46,8 @@ void box3d_side_apply_style (Box3DSide *side); gchar *box3d_side_axes_string(Box3DSide *side); Persp3D *box3d_side_perspective(Box3DSide *side); +Inkscape::XML::Node *box3d_side_convert_to_path(Box3DSide *side); + #endif /* __BOX3D_SIDE_H__ */ /* |
