diff options
Diffstat (limited to 'src/livecode/context.h')
| -rw-r--r-- | src/livecode/context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/livecode/context.h b/src/livecode/context.h index 520074968..f7fb1a537 100644 --- a/src/livecode/context.h +++ b/src/livecode/context.h @@ -36,6 +36,7 @@ public: Context(SPDesktop *desktop); ~Context(); + Inkscape::XML::Node *createElement(gchar const *element); Inkscape::XML::Node *make_rect(Geom::Rect const &rect, SPCSSAttr *css = nullptr); Inkscape::XML::Node *make_line(Geom::Point const &p1, Geom::Point const &p2, SPCSSAttr *css = nullptr); Inkscape::XML::Node *make_path(Glib::ustring d, Geom::Point const &pos = Geom::Point(), SPCSSAttr *css = nullptr); |
