diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-12-09 13:25:38 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-12-09 13:25:38 +0000 |
| commit | 192891fea7c9c78323147fd3c962a96d48f15001 (patch) | |
| tree | 0d170ac5f6eb763f71c59b9a35c65feb497af55b /src/livecode/context.h | |
| parent | move script to its own file (diff) | |
| download | inkscape-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.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); |
