Code

initial handling of <script> tag
authorJucaBlues <JucaBlues@users.sourceforge.net>
Tue, 22 Jul 2008 12:05:49 +0000 (12:05 +0000)
committerJucaBlues <JucaBlues@users.sourceforge.net>
Tue, 22 Jul 2008 12:05:49 +0000 (12:05 +0000)
commitbd9cbf1b9fa6530e92b536e64144f675bff03575
tree9bf3726fda21670b37821f76d197ba5fb63b2553
parent8be695a7a7e188d0dcf6202004f9c6a60bf6e0ce
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
src/Makefile_insert
src/attributes.cpp
src/attributes.h
src/sp-object-repr.cpp
src/sp-root.cpp
src/sp-root.h
src/sp-script.cpp [new file with mode: 0644]
src/sp-script.h [new file with mode: 0644]