Skip to content
Josh Stovall edited this page Dec 21, 2020 · 2 revisions

SVG()

render an SVG

new XR.SVG({
   file:'/assets/svg/tiger.svg',
   position:[0,3,0],
   scale:0.1
});

See the live demo.

Clone this wiki locally