From fd20eb3cf43383b2d2d831915e12804b1a278b18 Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 22 Oct 2013 18:43:24 -0700 Subject: svg loader --- rotord/src/rotor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/rotor.cpp') 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(); add_type("mirror",new Mirror(),category["distort"]); -- cgit v1.2.3