Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Grafika ne Web

Ky përkthim është i paplotë. Ju lutemi, ndihmoni të përkthehet ky artikull nga Anglishtja.

GrafModern Web sites and applications often need to present graphics. Displaying static images can easily be done using the <img> element, or by setting the background of HTML elements using the background-image property. You often want to construct graphics on-the-fly, or manipulate images after the fact. These articles provide insight into how you can accomplish this.

2D graphics

Canvas
The <canvas> element provides APIs to draw 2D graphics using JavaScript.
SVG
Scalable Vector Graphics (SVG) lets you use lines, curves, and other geometric shapes to render graphics. By avoiding the use of bitmaps, you can create images that scale cleanly to any size.

View All...

3D graphics

WebGL
A guide to getting started with WebGL, the 3D graphics API for the Web. This technology lets you use standard OpenGL ES in Web content.

Video

Using HTML5 audio and video
Embedding video in an HTML document and controlling the playback.
WebRTC
The RTC in WebRTC stands for Real-Time Communications, technology that enables audio/video streaming and data sharing between browser clients (peers).

 

Etiketa dhe Kontribues Dokumentesh

 Kontributorë te kjo faqe: g1m
 Përditësuar së fundi nga: g1m,