Sara Posted November 7, 2022 Share Posted November 7, 2022 hi, I'm trying to load SVGs in, and scale them var svgRes = new PIXI.resources.SVGResource("r001.svg", {scale:2});var tex = PIXI.Texture.from(svgRes);var sprite = new PIXI.Sprite(tex);stage.addChild(sprite); how can I change the scale based on zomm, while not svg, blueray? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.