diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2008-07-22 12:05:49 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2008-07-22 12:05:49 +0000 |
| commit | 1da87c36ad655ddcfced4becb7972747fcbb89f6 (patch) | |
| tree | 9bf3726fda21670b37821f76d197ba5fb63b2553 /src/Makefile_insert | |
| parent | slightly changed svgfonts example (diff) | |
| download | inkscape-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/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index 935abf456..52adc54e8 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -258,6 +258,7 @@ libinkpre_a_SOURCES = \ sp-radial-gradient.h \ sp-rect.cpp sp-rect.h \ sp-root.cpp sp-root.h \ + sp-script.cpp sp-script.h \ sp-shape.cpp sp-shape.h \ sp-spiral.cpp sp-spiral.h \ sp-star.cpp sp-star.h \ |
