summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-10-22 18:43:24 -0700
committerComment <tim@gray.(none)>2013-10-22 18:43:24 -0700
commitfd20eb3cf43383b2d2d831915e12804b1a278b18 (patch)
tree70b81c99da682402421f4ad17bb6ae550888df63 /rotord/src/rotor.cpp
parent5324f84a8465dd46c9690876149c53f1295778b5 (diff)
svg loader
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"]);