summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/rotor.cpp')
-rw-r--r--rotord/src/rotor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/rotor.cpp b/rotord/src/rotor.cpp
index 848ac2b..d3a5486 100644
--- a/rotord/src/rotor.cpp
+++ b/rotord/src/rotor.cpp
@@ -45,6 +45,7 @@ Node_factory::Node_factory(){
add_type("waves",new Waves(),category["source"]);
add_type("still_image",new Still_image(),category["source"]);
add_type("video_loader",new Video_loader(),category["source"]);
+ add_type("svg",new Svg(),category["source"]);
category["distort"]=vector<Node*>();
add_type("mirror",new Mirror(),category["distort"]);