diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:45:13 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:45:13 +0100 |
commit | 656b8007e3ac28600241104d0eaa210870561395 (patch) | |
tree | 4d8793a9e58d682c2f7c36c8cc5435adc86e028a /files/ca/web/guide/graphics | |
parent | cb9e359a51c3249d8f5157db69d43fd413ddeda6 (diff) | |
download | translated-content-656b8007e3ac28600241104d0eaa210870561395.tar.gz translated-content-656b8007e3ac28600241104d0eaa210870561395.tar.bz2 translated-content-656b8007e3ac28600241104d0eaa210870561395.zip |
unslug ca: modify
Diffstat (limited to 'files/ca/web/guide/graphics')
-rw-r--r-- | files/ca/web/guide/graphics/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ca/web/guide/graphics/index.html b/files/ca/web/guide/graphics/index.html index a65c99ec66..26a3d02437 100644 --- a/files/ca/web/guide/graphics/index.html +++ b/files/ca/web/guide/graphics/index.html @@ -1,6 +1,6 @@ --- title: Gràfics en la Web -slug: Web/Guide/Gràfics +slug: Web/Guide/Graphics tags: - 2D - 3D @@ -12,6 +12,7 @@ tags: - WebGL - WebRTC translation_of: Web/Guide/Graphics +original_slug: Web/Guide/Gràfics --- <p>Els llocs web i les aplicacions sovint necessiten presentar gràfics. Les imatges estàtiques poden visualitzar-se fàcilment usant l'element {{HTMLElement("img")}} o configurant el fons dels elements HTML utilitzant la propietat {{cssxref("background-image")}}. També podeu construir gràfics sobre la marxa o manipular imatges després de fetes. Aquests articles proporcionen informació sobre com podeu aconseguir-ho.</p> |