From ad3cd7e499cf23f6786fc847b530685c513ed1c1 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 2 May 2006 05:21:51 +0000 Subject: r11138@tres: ted | 2006-03-27 21:15:14 -0800 Switching things to be more Node based. This makes more sense as the parameters are really more node based. (bzr r656) --- src/extension/implementation/implementation.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/extension/implementation/implementation.cpp') diff --git a/src/extension/implementation/implementation.cpp b/src/extension/implementation/implementation.cpp index c959d50b3..ee131dea7 100644 --- a/src/extension/implementation/implementation.cpp +++ b/src/extension/implementation/implementation.cpp @@ -150,6 +150,12 @@ Implementation::text(Inkscape::Extension::Print *module, char const *text, return 0; } +void +Implementation::processPath(Inkscape::XML::Node * node) +{ + return g_strdup(path); +} + /** \brief Tell the printing engine whether text should be text or path \retval true Render the text as a path -- cgit v1.2.3