diff options
| author | Ted Gould <ted@gould.cx> | 2006-05-02 05:21:51 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-05-02 05:21:51 +0000 |
| commit | ad3cd7e499cf23f6786fc847b530685c513ed1c1 (patch) | |
| tree | 15d7199d5b8be7a91cdcb0aa82de21c03d00ab06 /src/extension/implementation/implementation.cpp | |
| parent | r11137@tres: ted | 2006-03-23 21:35:18 -0800 (diff) | |
| download | inkscape-ad3cd7e499cf23f6786fc847b530685c513ed1c1.tar.gz inkscape-ad3cd7e499cf23f6786fc847b530685c513ed1c1.zip | |
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)
Diffstat (limited to 'src/extension/implementation/implementation.cpp')
| -rw-r--r-- | src/extension/implementation/implementation.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
