excaliburjs / Excalibur

🎮 Your friendly TypeScript 2D game engine for the web 🗡️
https://excaliburjs.com
BSD 2-Clause "Simplified" License
1.78k stars 191 forks source link

Add support for SVG images as a resource type #150

Open kamranayub opened 10 years ago

kamranayub commented 10 years ago

Context

SVG images are well-supported in browsers, and their scaling capabilities would be very useful for dynamically resizing assets or the canvas.

Proposal

Add an SVG resource type.

eonarheim commented 5 months ago

Check out this issue https://stackoverflow.com/a/3769883/839595