Flat, round, designer-friendly pseudo-3D engine for canvas & SVG
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿž #44 fix SVG rendering, remove checkFlatGraph

-1
-1
js/anchor.js
··· 177 177 throw new Error( 'svg is ' + svg + '. ' + 178 178 'SVG required for render. Check .renderGraphSvg( svg ).' ); 179 179 } 180 - this.checkFlatGraph(); 181 180 this.flatGraph.forEach( function( item ) { 182 181 item.render( svg, SvgRenderer ); 183 182 });