Is it possible to use a vector image on a website?
Is it poss开发者_StackOverflow社区ible to use a vector image on a website? Perhaps using JavaScript, jQuery or something?
It looks to me as if you need to learn about 'SVG'.
Yes, it is.
Two possible routes are SVG or canvas - have a look at https://stackoverflow.com/questions/568136/svg-vs-canvas-where-is-the-web-world-going-towards
There is a world of browser-compat and tooling (e.g. image generation) issues to consider.
精彩评论