diff --git a/src/Reanimate/Svg.hs b/src/Reanimate/Svg.hs index fe15369..c8ba16b 100644 --- a/src/Reanimate/Svg.hs +++ b/src/Reanimate/Svg.hs @@ -322,6 +322,8 @@ svgBoundingPoints t = map (Transform.transformPoint m) $ UseTree{} -> [] GroupTree g -> concatMap svgBoundingPoints (g^.groupChildren) SymbolTree (Symbol g) -> concatMap svgBoundingPoints (g^.groupChildren) + FilterTree{} -> [] + DefinitionTree{} -> [] PathTree p -> linePoints $ toLineCommands (p^.pathDefinition) CircleTree{} -> error "CircleTree" PolyLineTree{} -> error "PolyLineTree"