summaryrefslogtreecommitdiffstats
path: root/src/sp-root.h
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2008-07-22 12:05:49 +0000
committerJucaBlues <JucaBlues@users.sourceforge.net>2008-07-22 12:05:49 +0000
commit1da87c36ad655ddcfced4becb7972747fcbb89f6 (patch)
tree9bf3726fda21670b37821f76d197ba5fb63b2553 /src/sp-root.h
parentslightly changed svgfonts example (diff)
downloadinkscape-1da87c36ad655ddcfced4becb7972747fcbb89f6.tar.gz
inkscape-1da87c36ad655ddcfced4becb7972747fcbb89f6.zip
initial handling of <script> tag
Some people develope SVG files that contain javascript. We should not erase their script nodes! Also, we could develop a scripting IDE in inkscape. Look at http://wiki.inkscape.org/wiki/index.php/BlueprintScriptingIDE (bzr r6391)
Diffstat (limited to 'src/sp-root.h')
-rw-r--r--src/sp-root.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-root.h b/src/sp-root.h
index 8a6a4ed57..c298223f1 100644
--- a/src/sp-root.h
+++ b/src/sp-root.h
@@ -51,6 +51,8 @@ struct SPRoot : public SPGroup {
/** Child to parent additional transform. */
NR::Matrix c2p;
+ gchar *onload;
+
/**
* Primary \<defs\> element where we put new defs (patterns, gradients etc.).
*