What are the two possible ways to show your vector graphics on Web pages?

What will be an ideal response?

1. Rasterize the vector graphic into PNG, JPEG or GIF and then embed the rasterized image on a Web page
2. Embed the vector graphic as a SVG element directly onto a Web page

Computer Science & Information Technology

You might also like to view...

Filtering

A) is the process of displaying only records that meet specific conditions. B) arranges dates in alphabetical order. C) helps to clean the data before printing in Backstage view D) displays data in chronological order.

Computer Science & Information Technology

The correct function name for overloading the addition (+) operator is:

a. operator+ b. operator(+) c. operator:+ d. operator_+

Computer Science & Information Technology