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.

Revision 765229 of Gráficas en la web

  • Enlace amigable (slug) de la revisión: Web/Guide/Graphics
  • Título de la revisión: Gráficas en la web
  • Id de la revisión: 765229
  • Creada:
  • Creador: pescadito.2007
  • ¿Es la revisión actual? No
  • Comentario

Contenido de la revisión

Modern Web sites and applications often need to present graphics. While simply displaying static images can easily be done using the {{HTMLElement("img")}} element, or by setting the background of HTML elements using the {{cssxref("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.

Gráficas en 2D

Dibujando gráficas con canvas
Una guía inicial para usar el elemento {{HTMLElement("canvas")}} para dibujar gráficos en 2D.
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...

Gráficas en 3D

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.

 

Fuente de la revisión

<p><span class="seoSummary">Modern Web sites and applications often need to present graphics.</span> While simply displaying static images can easily be done using the {{HTMLElement("img")}} element, or by setting the background of HTML elements using the {{cssxref("background-image")}} property, you often want to construct graphics on-the-fly, or manipulate images after the fact. <span class="seoSummary">These articles provide insight into how you can accomplish this.</span></p>

<div class="row topicpage-table">
<div class="section">
<h2 class="Documentation" id="Docs_for_add-on_developers" name="Docs_for_add-on_developers">Gráficas en 2D</h2>

<dl>
 <dt><a href="/en-US/docs/Web/Guide/Graphics/Drawing_graphics_with_canvas" title="/en-US/docs/Web/Reference">Dibujando gráficas con canvas</a></dt>
 <dd>Una guía inicial para usar el elemento {{HTMLElement("canvas")}} para dibujar gráficos en 2D.</dd>
 <dt><a href="/en-US/docs/SVG" title="/en-US/docs/SVG">SVG</a></dt>
 <dd>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.</dd>
</dl>

<p><span class="alllinks"><a href="/en-US/docs/tag/Graphics">View All...</a></span></p>
</div>

<div class="section">
<h2 class="Documentation" id="Docs_for_add-on_developers" name="Docs_for_add-on_developers">Gráficas en 3D</h2>

<dl>
 <dt><a href="/en-US/docs/Web/WebGL" title="/en-US/docs/WebGL">WebGL</a></dt>
 <dd>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.</dd>
</dl>

<dl>
</dl>
</div>
</div>

<p>&nbsp;</p>
Revertir a esta revisión