summaryrefslogtreecommitdiffstats
path: root/src/livecode/context.h
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-12-09 13:25:38 +0000
committers-ol <s-ol@users.noreply.github.com>2019-12-09 13:25:38 +0000
commit192891fea7c9c78323147fd3c962a96d48f15001 (patch)
tree0d170ac5f6eb763f71c59b9a35c65feb497af55b /src/livecode/context.h
parentmove script to its own file (diff)
downloadinkscape-livecoding.tar.gz
inkscape-livecoding.zip
wip: create SVGs from Janet tableslivecoding
Diffstat (limited to 'src/livecode/context.h')
-rw-r--r--src/livecode/context.h1
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);